From 4aa5c79edb8c7811ab200051afdeee21e5e60896 Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Sat, 7 May 2022 13:38:59 -0300 Subject: [PATCH] disable warnings for missing XML comments --- .editorconfig | 4 ++++ LinuxSolution.sln | 1 + MacSolution.sln | 1 + WindowsSolution.sln | 1 + 4 files changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..8f0432e49 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# CS1591: Missing XML comment for publicly visible type or member +dotnet_diagnostic.CS1591.severity = none diff --git a/LinuxSolution.sln b/LinuxSolution.sln index 9838d7d09..f69e80b06 100644 --- a/LinuxSolution.sln +++ b/LinuxSolution.sln @@ -5,6 +5,7 @@ VisualStudioVersion = 16.0.29201.188 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D32A29D8-AC7B-4189-B734-8ED9EB4120D0}" ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig NuGet.Config = NuGet.Config EndProjectSection EndProject diff --git a/MacSolution.sln b/MacSolution.sln index cf12433cd..1fc8ea8c0 100644 --- a/MacSolution.sln +++ b/MacSolution.sln @@ -5,6 +5,7 @@ VisualStudioVersion = 16.0.29201.188 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D32A29D8-AC7B-4189-B734-8ED9EB4120D0}" ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig NuGet.Config = NuGet.Config EndProjectSection EndProject diff --git a/WindowsSolution.sln b/WindowsSolution.sln index 9c1bdeae7..f6101d64c 100644 --- a/WindowsSolution.sln +++ b/WindowsSolution.sln @@ -5,6 +5,7 @@ VisualStudioVersion = 16.0.29201.188 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D32A29D8-AC7B-4189-B734-8ED9EB4120D0}" ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig NuGet.Config = NuGet.Config EndProjectSection EndProject