mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
6c12b2c0f8
- Enable warnings as errors - Make the remaining src projects NativeAOT compatible - Use Throw helpers
6c12b2c0f8
ยท
2025-07-20 23:07:50 -04:00
History
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>