1.5.1 (2025-07-14)
Bugs Fixed
- Fixed an issue where System.ClientModel.SourceGeneration was running slowly for large projects with many dependencies.
Breaking Changes
- The System.ClientModel.SourceGeneration used to auto-discover
IJsonModel<T>
's that were in the project as well as any typesT
used inModelReaderWriter.Read<T>
andModelReaderWriter.Write<T>
. Now you must explicitly add aModelReaderWriterBuildableAttribute
with each type that needs to have AOT friendly reading and writing.