Files
agent-framework/dotnet/src/Shared/DiagnosticIds/README.md
T
westeyandGitHub 8015e00f56 .NET: Surface downstream experimental flags and remove unnecessary suppressions (#3968)
* Surface downstream experimental flags and remove unecessary suppressions

* Fix format error

* Fix file encoding.

* Address PR comments.
2026-02-17 12:53:33 +00:00

250 B

Diagnostic IDs

Defines various diagnostic IDs reported by this repo.

To use this in your project, add the following to your .csproj file:

<PropertyGroup>
  <InjectSharedDiagnosticIds>true</InjectSharedDiagnosticIds>
</PropertyGroup>