From 5622e554419148c66557bcb8eaae260d4ac2b0ed Mon Sep 17 00:00:00 2001 From: Francesco D'Amico Date: Wed, 19 Mar 2025 13:56:21 +0100 Subject: [PATCH] Add some configuration to Project --- .editorconfig | 8 ++++++++ .../Francesco.Recipes.World.csproj | 11 +++++++++++ 2 files changed, 19 insertions(+) diff --git a/.editorconfig b/.editorconfig index 367a88a..dd05a8a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -142,3 +142,11 @@ dotnet_diagnostic.SA1309.severity = none # SA1309: Make sure class members are allowed to call without "this" prefix dotnet_diagnostic.SA1101.severity = none +# parameter spans multiple lines +dotnet_diagnostic.SA1118.severity = none +# closing square bracket spacing +dotnet_diagnostic.SA1011.severity = none + # no blank lines at start of file +dotnet_diagnostic.SA1517.severity = none + # using directive should appear within a namespace +dotnet_diagnostic.SA1200.severity = none diff --git a/Francesco.Recipes.World/Francesco.Recipes.World.csproj b/Francesco.Recipes.World/Francesco.Recipes.World.csproj index f9e0493..984ea7a 100644 --- a/Francesco.Recipes.World/Francesco.Recipes.World.csproj +++ b/Francesco.Recipes.World/Francesco.Recipes.World.csproj @@ -6,6 +6,10 @@ enable be6a70eb-b657-40b2-b4a1-418e5c6ec131 + + true + $(SolutionDir)Francesco.Recipes.World.ruleset + @@ -38,4 +42,11 @@ + + + + + + +