Files
agent-framework/dotnet/src/LegacySupport/IsExternalInit
T
Stephen Toub 6c12b2c0f8 Round 3 of cleanup (#186)
- Enable warnings as errors
- Make the remaining src projects NativeAOT compatible
- Use Throw helpers
6c12b2c0f8 ยท 2025-07-20 23:07:50 -04:00
History
..
2025-07-20 23:07:50 -04:00
2025-06-04 08:44:12 +00:00

IsExternalInit

Enables use of C# record types on older frameworks.

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

<PropertyGroup>
  <InjectIsExternalInitOnLegacy>true</InjectIsExternalInitOnLegacy>
</PropertyGroup>