We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f641677 commit 8c4f43bCopy full SHA for 8c4f43b
Directory.Build.targets
@@ -0,0 +1,7 @@
1
+<Project>
2
+ <Target Name="DisableCompileTimeOpenApiXmlGenerator" BeforeTargets="CoreCompile">
3
+ <ItemGroup>
4
+ <Analyzer Remove="@(Analyzer)" Condition="'%(Filename)' == 'Microsoft.AspNetCore.OpenApi.SourceGenerators'"/>
5
+ </ItemGroup>
6
+ </Target>
7
+</Project>
0 commit comments