File tree 1 file changed +4
-2
lines changed
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.NativeAotTests 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<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" >
5
7
<EnabledProperties >EnableRequestDelegateGenerator</EnabledProperties >
6
8
<InterceptorNamespaces >Microsoft.AspNetCore.Http.Generated</InterceptorNamespaces >
7
9
<DisabledFeatureSwitches >Microsoft.AspNetCore.Mvc.ApiExplorer.IsEnhancedModelMetadataSupported</DisabledFeatureSwitches >
8
- </TestConsoleAppSourceFiles >
10
+ </_TestConsoleAppSourceFiles >
9
11
</ItemGroup >
10
12
11
13
</Project >
You can’t perform that action at this time.
0 commit comments