System.ClientModel
Advanced tools
Sorry, the diff of this file is not supported yet
+10
-0
| # Release History | ||
| ## 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 types `T` used in `ModelReaderWriter.Read<T>` and `ModelReaderWriter.Write<T>`. Now you must explicitly add a `ModelReaderWriterBuildableAttribute` with each type that needs to have AOT friendly reading and writing. | ||
| ## 1.5.0 (2025-07-07) | ||
@@ -4,0 +14,0 @@ |
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>System.ClientModel</id> | ||
| <version>1.5.0</version> | ||
| <version>1.5.1</version> | ||
| <authors>Microsoft</authors> | ||
@@ -13,7 +13,7 @@ <requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
| <readme>README.md</readme> | ||
| <projectUrl>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.5.0/sdk/core/System.ClientModel/README.md</projectUrl> | ||
| <projectUrl>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.5.1/sdk/core/System.ClientModel/README.md</projectUrl> | ||
| <description>Contains building blocks for clients that call cloud services.</description> | ||
| <releaseNotes>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.5.0/sdk/core/System.ClientModel/CHANGELOG.md</releaseNotes> | ||
| <releaseNotes>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.5.1/sdk/core/System.ClientModel/CHANGELOG.md</releaseNotes> | ||
| <copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
| <repository type="git" url="https://github.com/Azure/azure-sdk-for-net" commit="2073d9b1089b089f161dc2968e9afd7ebbe8553a" /> | ||
| <repository type="git" url="https://github.com/Azure/azure-sdk-for-net" commit="dff2cf0fbd46dddeda03d0fcf46442a2fc6533ce" /> | ||
| <dependencies> | ||
@@ -20,0 +20,0 @@ <group targetFramework="net8.0"> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display