From a3049cd8c133ef2a5cf37f18c17bca93224313fc Mon Sep 17 00:00:00 2001 From: Kim Lund Johansen Date: Fri, 20 Oct 2023 13:00:47 +0200 Subject: [PATCH 1/4] chore: Update nuget packages --- .../Atc.Azure.Options.csproj | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/Atc.Azure.Options/Atc.Azure.Options.csproj b/src/Atc.Azure.Options/Atc.Azure.Options.csproj index 9285435..e4a5cef 100644 --- a/src/Atc.Azure.Options/Atc.Azure.Options.csproj +++ b/src/Atc.Azure.Options/Atc.Azure.Options.csproj @@ -8,12 +8,21 @@ - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file From 27765ffdecf7b8518e1b6c1f33c0aa5575e6c0e2 Mon Sep 17 00:00:00 2001 From: Kim Lund Johansen Date: Fri, 20 Oct 2023 13:01:02 +0200 Subject: [PATCH 2/4] chore: Suppress S1133 --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 144d3c8..86df20f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -506,4 +506,5 @@ dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net dotnet_diagnostic.CA1062.severity = none # Do not demand null-checking when using nullable reference types. dotnet_diagnostic.SA1011.severity = none # Space needed after closing square bracet "]" needed for nullable arrays dotnet_diagnostic.SA1401.severity = none # Field should be private -dotnet_diagnostic.CA1051.severity = none # Do not declare visible instance fields \ No newline at end of file +dotnet_diagnostic.CA1051.severity = none # Do not declare visible instance fields +dotnet_diagnostic.S1133.severity = none # Deprecated code should be removed \ No newline at end of file From 6ac6b051f8e22acd8eb33ab79189fa1a16313a48 Mon Sep 17 00:00:00 2001 From: Kim Lund Johansen Date: Fri, 20 Oct 2023 13:47:18 +0200 Subject: [PATCH 3/4] chore: Update build props in stead --- src/Atc.Azure.Options/Atc.Azure.Options.csproj | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Atc.Azure.Options/Atc.Azure.Options.csproj b/src/Atc.Azure.Options/Atc.Azure.Options.csproj index e4a5cef..790f44d 100644 --- a/src/Atc.Azure.Options/Atc.Azure.Options.csproj +++ b/src/Atc.Azure.Options/Atc.Azure.Options.csproj @@ -16,13 +16,4 @@ - - - - - - - - - \ No newline at end of file From d0fa1eff3a84c826869faffbe042e975a0e29f54 Mon Sep 17 00:00:00 2001 From: Kim Lund Johansen Date: Fri, 20 Oct 2023 13:47:49 +0200 Subject: [PATCH 4/4] chore: move to build props --- Directory.Build.props | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4369a0b..b5e06c2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -41,12 +41,12 @@ - - - - + + + + - + \ No newline at end of file