Files
agent-framework/dotnet/src/LegacySupport/CompilerFeatureRequiredAttribute
T
Stephen Toub a414461570 .NET: Re-enable ImplicitUsings in samples and clean up NoWarns (#1060)
* Re-enable ImplicitUsings in samples and clean up NoWarns

* Fix dotnet format

* More dotnet format

* More dotnet format

---------

Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
a414461570 ยท 2025-10-01 19:37:03 +00:00
History
..

Enables use of C# required members on older frameworks.

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

<PropertyGroup>
  <InjectCompilerFeatureRequiredOnLegacy>true</InjectCompilerFeatureRequiredOnLegacy>
</PropertyGroup>