-
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.
Disable native AoT tests until Microsoft.OpenApi is trim-compatible
- Loading branch information
1 parent
aa3ac70
commit 26dcc3b
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 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,11 +1,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<ItemGroup> | ||
<TestConsoleAppSourceFiles Include="BasicMinimalApiWithOpenApiDependency.cs"> | ||
<!-- Disable tests in production until https://github.com/microsoft/OpenAPI.NET/pull/1717 is merged and | ||
released in Microsoft.OpenApi --> | ||
<_TestConsoleAppSourceFiles Include="BasicMinimalApiWithOpenApiDependency.cs"> | ||
<EnabledProperties>EnableRequestDelegateGenerator</EnabledProperties> | ||
<InterceptorNamespaces>Microsoft.AspNetCore.Http.Generated</InterceptorNamespaces> | ||
<DisabledFeatureSwitches>Microsoft.AspNetCore.Mvc.ApiExplorer.IsEnhancedModelMetadataSupported</DisabledFeatureSwitches> | ||
</TestConsoleAppSourceFiles> | ||
</_TestConsoleAppSourceFiles> | ||
</ItemGroup> | ||
|
||
</Project> |