Skip to content

Commit

Permalink
Enable ImplicitUsings
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Nov 30, 2023
1 parent 7743cc9 commit 86011ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Autofac;
using Moq;
using System;

namespace Testing.Autofac.Moq;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Autofac;
using NSubstitute;
using System;

namespace Testing.Autofac.NSubstitute;

Expand Down

0 comments on commit 86011ac

Please sign in to comment.