Skip to content

Add CLSCompliantAttribute(false) to Copilot Chat Web API#1127

Merged
shawncal merged 1 commit intomainfrom
copilot-chat-clscompliant
May 20, 2023
Merged

Add CLSCompliantAttribute(false) to Copilot Chat Web API#1127
shawncal merged 1 commit intomainfrom
copilot-chat-clscompliant

Conversation

@shawncal
Copy link
Contributor

Description

Adding CLSCompliantAttribute(false) to Copilot Chat Web API to squash the following build warning that only shows up on net6.0 builds:

CSC : error CA1014: Mark assemblies with CLSCompliant [/app/samples/apps/copilot-chat-app/webapi/CopilotChatWebApi.csproj]

@shawncal shawncal merged commit 3c220a2 into main May 20, 2023
@shawncal shawncal deleted the copilot-chat-clscompliant branch May 20, 2023 05:04
shawncal added a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
)

### Description
Adding CLSCompliantAttribute(false) to Copilot Chat Web API to squash
the following build warning that only shows up on net6.0 builds:

`CSC : error CA1014: Mark assemblies with CLSCompliant
[/app/samples/apps/copilot-chat-app/webapi/CopilotChatWebApi.csproj]`
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
)

### Description
Adding CLSCompliantAttribute(false) to Copilot Chat Web API to squash
the following build warning that only shows up on net6.0 builds:

`CSC : error CA1014: Mark assemblies with CLSCompliant
[/app/samples/apps/copilot-chat-app/webapi/CopilotChatWebApi.csproj]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants