-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26dcc3b
commit 6812d1d
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
...rosoft.AspNetCore.OpenApi.NativeAotTests/Microsoft.AspNetCore.OpenApi.NativeAotTests.proj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<ItemGroup> | ||
<!-- Disable tests in production until https://github.com/microsoft/OpenAPI.NET/pull/1717 is merged and | ||
released in Microsoft.OpenApi --> | ||
<_TestConsoleAppSourceFiles Include="BasicMinimalApiWithOpenApiDependency.cs"> | ||
<TestConsoleAppSourceFiles Include="BasicMinimalApiWithOpenApiDependency.cs"> | ||
<EnabledProperties>EnableRequestDelegateGenerator</EnabledProperties> | ||
<InterceptorNamespaces>Microsoft.AspNetCore.Http.Generated</InterceptorNamespaces> | ||
<DisabledFeatureSwitches>Microsoft.AspNetCore.Mvc.ApiExplorer.IsEnhancedModelMetadataSupported</DisabledFeatureSwitches> | ||
</_TestConsoleAppSourceFiles> | ||
</TestConsoleAppSourceFiles> | ||
</ItemGroup> | ||
|
||
</Project> |