diff --git a/src/.editorconfig b/src/.editorconfig
index 7225b5c0..aa92b5d8 100644
--- a/src/.editorconfig
+++ b/src/.editorconfig
@@ -245,6 +245,21 @@ dotnet_naming_style.begins_with_i.required_suffix =
dotnet_naming_style.begins_with_i.word_separator =
dotnet_naming_style.begins_with_i.capitalization = pascal_case
+#### The Nullable Knights ####
+
+dotnet_diagnostic.CS8625.severity = none
+dotnet_diagnostic.CS8603.severity = none
+dotnet_diagnostic.CS8618.severity = none
+dotnet_diagnostic.CS8600.severity = none
+dotnet_diagnostic.CS8602.severity = none
+dotnet_diagnostic.CS8604.severity = none
+dotnet_diagnostic.CS8622.severity = none
+dotnet_diagnostic.CS8601.severity = none
+dotnet_diagnostic.CS8605.severity = none
+dotnet_diagnostic.CS0649.severity = none
+dotnet_diagnostic.CS0169.severity = none
+dotnet_diagnostic.CS1591.severity = none
+
#### Analyzers Rules ####
## Microsoft.CodeAnalysis.CSharp.CodeStyle
@@ -4849,4 +4864,4 @@ dotnet_diagnostic.xUnit2019.severity = none
dotnet_diagnostic.xUnit3000.severity = warning
# xUnit3001: Classes that implement Xunit.Abstractions.IXunitSerializable must have a public parameterless constructor
-dotnet_diagnostic.xUnit3001.severity = warning
\ No newline at end of file
+dotnet_diagnostic.xUnit3001.severity = warning
diff --git a/src/ColumnizerLib/ColumnizerLib.csproj b/src/ColumnizerLib/ColumnizerLib.csproj
index ec4cc262..c341d269 100644
--- a/src/ColumnizerLib/ColumnizerLib.csproj
+++ b/src/ColumnizerLib/ColumnizerLib.csproj
@@ -6,10 +6,9 @@
LogExpert
false
$(SolutionDir)..\bin\Docs\ColumnizerLib.xml
- false
+ false
false
$(SolutionDir)..\bin\$(Configuration)
- CS1591;
False
diff --git a/src/LogExpert.Core/LogExpert.Core.csproj b/src/LogExpert.Core/LogExpert.Core.csproj
index 0062fbbf..87c6a9bc 100644
--- a/src/LogExpert.Core/LogExpert.Core.csproj
+++ b/src/LogExpert.Core/LogExpert.Core.csproj
@@ -9,7 +9,6 @@
True
..\Solution Items\Key.snk
false
- CS8625;CS8603;CS8618;CS8600;CS8603;CS8602;CS8604;CS8622;CS8601;
diff --git a/src/LogExpert.UI/LogExpert.UI.csproj b/src/LogExpert.UI/LogExpert.UI.csproj
index 94a3d5c1..145fbbc4 100644
--- a/src/LogExpert.UI/LogExpert.UI.csproj
+++ b/src/LogExpert.UI/LogExpert.UI.csproj
@@ -7,7 +7,6 @@
true
false
enable
- CS8625;CS8603;CS8618;CS8600;CS8603;CS8602;CS8604;CS8622;CS8601;CS8605;
enable
false
True
diff --git a/src/LogExpert/LogExpert.csproj b/src/LogExpert/LogExpert.csproj
index a145ea46..d8c317de 100644
--- a/src/LogExpert/LogExpert.csproj
+++ b/src/LogExpert/LogExpert.csproj
@@ -13,7 +13,6 @@
Auto
enable
False
- CS1591;
$(SolutionDir)..\bin\$(Configuration)
WinExe
True
diff --git a/src/PluginRegistry/LogExpert.PluginRegistry.csproj b/src/PluginRegistry/LogExpert.PluginRegistry.csproj
index 4190d432..63c4fbbe 100644
--- a/src/PluginRegistry/LogExpert.PluginRegistry.csproj
+++ b/src/PluginRegistry/LogExpert.PluginRegistry.csproj
@@ -7,7 +7,6 @@
enable
True
..\Solution Items\Key.snk
- CS8600;CS8603;CS8618;