Skip to content

Commit 26dcc3b

Browse files
committed
Disable native AoT tests until Microsoft.OpenApi is trim-compatible
1 parent aa3ac70 commit 26dcc3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<TestConsoleAppSourceFiles Include="BasicMinimalApiWithOpenApiDependency.cs">
4+
<!-- Disable tests in production until https://github.com/microsoft/OpenAPI.NET/pull/1717 is merged and
5+
released in Microsoft.OpenApi -->
6+
<_TestConsoleAppSourceFiles Include="BasicMinimalApiWithOpenApiDependency.cs">
57
<EnabledProperties>EnableRequestDelegateGenerator</EnabledProperties>
68
<InterceptorNamespaces>Microsoft.AspNetCore.Http.Generated</InterceptorNamespaces>
79
<DisabledFeatureSwitches>Microsoft.AspNetCore.Mvc.ApiExplorer.IsEnhancedModelMetadataSupported</DisabledFeatureSwitches>
8-
</TestConsoleAppSourceFiles>
10+
</_TestConsoleAppSourceFiles>
911
</ItemGroup>
1012

1113
</Project>

0 commit comments

Comments
 (0)