Skip to content

Commit 996c24f

Browse files
remove duplicate namespace
1 parent 342acc6 commit 996c24f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dojo.OpenApiGenerator.TestWebApi/Dojo.OpenApiGenerator.TestWebApi.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<!-- If you want to see genereted code, then please uncomment EmitCompilerGeneratedFiles and CompilerGeneratedFilesOutputPath blocks -->
66
<!-- <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
77
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath> -->
8-
</PropertyGroup>
8+
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
9+
</PropertyGroup>
910

1011
<ItemGroup>
1112
<PackageReference Include="Asp.Versioning.Mvc" Version="8.1.0" />

Dojo.OpenApiGenerator/CodeTemplates/ApiConfiguratorTemplate.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Asp.Versioning;
2-
using Dojo.OpenApiGenerator.TestWebApi.Generated.Common;
32
using Microsoft.AspNetCore.Builder;
43
using Microsoft.AspNetCore.Hosting;
54
using Microsoft.Extensions.DependencyInjection;

0 commit comments

Comments
 (0)