Skip to content

Conversation

@dmytrostruk
Copy link
Member

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR centralizes the suppression of the CS8002 compiler warning by moving it from a project-specific configuration to a global setting that applies to all .NET projects in the repository.

  • Moved CS8002 warning suppression from Microsoft.Agents.AI.Anthropic project file to the global Directory.Build.props
  • This applies the suppression repository-wide rather than just to the Anthropic project

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
dotnet/Directory.Build.props Added CS8002 to the global NoWarn list, making the warning suppression apply to all .NET projects in the repository
dotnet/src/Microsoft.Agents.AI.Anthropic/Microsoft.Agents.AI.Anthropic.csproj Removed project-specific CS8002 suppression as it's now handled globally

@dmytrostruk dmytrostruk added this pull request to the merge queue Nov 25, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 25, 2025
@dmytrostruk dmytrostruk added this pull request to the merge queue Nov 26, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 26, 2025
@dmytrostruk dmytrostruk added this pull request to the merge queue Nov 26, 2025
github-merge-queue bot pushed a commit that referenced this pull request Nov 26, 2025
@dmytrostruk dmytrostruk removed this pull request from the merge queue due to a manual request Nov 26, 2025
@dmytrostruk dmytrostruk merged commit ed53ba1 into microsoft:main Nov 26, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants