Skip to content

Commit b1b9059

Browse files
authored
Opt more AOT unsafe libraries out of AOT compatibility (Azure#53298)
* add more opt outs * one more
1 parent 5df6b57 commit b1b9059

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PackageTags>Microsoft Azure Communication Phone Numbers Service;Microsoft;Azure;Azure Communication Service;Azure Communication Phone Numbers Service;Phone Numbers;Communication;$(PackageCommonTags)</PackageTags>
1212
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1313
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
14+
<AotCompatOptOut>true</AotCompatOptOut>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

sdk/healthdataaiservices/Azure.Health.Deidentification/src/Azure.Health.Deidentification.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1010
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
1111
<IncludeAutorestDependency>false</IncludeAutorestDependency>
12+
<AotCompatOptOut>true</AotCompatOptOut>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

sdk/maps/Azure.Maps.Weather/src/Azure.Maps.Weather.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<NoWarn>$(NoWarn);AZC0012</NoWarn>
99
<AzureMapsSharedSources>$(RepoRoot)/sdk/maps/Azure.Maps.Common/src/</AzureMapsSharedSources>
1010
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
11+
<AotCompatOptOut>true</AotCompatOptOut>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

sdk/mixedreality/Azure.MixedReality.Authentication/src/Azure.MixedReality.Authentication.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1212
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
1313
<NoWarn>$(NoWarn);AZC0035</NoWarn>
14+
<AotCompatOptOut>true</AotCompatOptOut>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion/src/Azure.MixedReality.ObjectAnchors.Conversion.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageProjectUrl>https://azure.microsoft.com/topic/mixed-reality/</PackageProjectUrl>
99
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1010
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
11+
<AotCompatOptOut>true</AotCompatOptOut>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

sdk/openai/Azure.AI.OpenAI.Assistants/src/Azure.AI.OpenAI.Assistants.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<NoWarn>$(NoWarn);CS1591;AZC0012;AZC0035</NoWarn>
1414
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
1515
<IncludeGeneratorSharedCode>true</IncludeGeneratorSharedCode>
16+
<AotCompatOptOut>true</AotCompatOptOut>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

sdk/synapse/Microsoft.Azure.Synapse/src/Microsoft.Azure.Synapse.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
Initial Release
1313
]]>
1414
</PackageReleaseNotes>
15+
<AotCompatOptOut>true</AotCompatOptOut>
1516
</PropertyGroup>
1617
</Project>

0 commit comments

Comments
 (0)