Skip to content

Commit

Permalink
Disable ImplicitUsings in the sample project
Browse files Browse the repository at this point in the history
This helps to catch missing usings from the generator.
  • Loading branch information
RReverser committed May 28, 2024
1 parent 91e5d5b commit e270609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickstart/client/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit e270609

Please sign in to comment.