Skip to content

Commit

Permalink
Adds nowarn to each template
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanPetersson committed Nov 22, 2023
1 parent efbad23 commit 6d34215
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/Alloy.Mvc/Alloy.Mvc.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>$(NoWarn);CA1707;IDE0005</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions templates/Cms.Empty/Cms.Empty.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>$(NoWarn);CA1707;IDE0005</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions templates/Cms.Item/Cms.Item.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>MyApp.Namespace</RootNamespace>
<Nullable>warnings</Nullable>
<NoWarn>$(NoWarn);CA1707;IDE0005</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions templates/Commerce.Empty/Commerce.Empty.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>$(NoWarn);CA1707;IDE0005</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6d34215

Please sign in to comment.