Files
agent-framework/dotnet/src/LegacySupport/ExperimentalAttribute
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
..
2025-06-04 08:44:12 +00:00

ExperimentalAttribute

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

<PropertyGroup>
  <InjectExperimentalAttributeOnLegacy>true</InjectExperimentalAttributeOnLegacy>
</PropertyGroup>