diff --git a/.editorconfig b/.editorconfig
index 8c6ad717e4..7051372383 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -141,9 +141,6 @@ dotnet_analyzer_diagnostic.category-Performance.severity = none #error - Uncomme
# CS0649: Field 'field' is never assigned to, and will always have its default value 'value'
dotnet_diagnostic.CS0649.severity = error
-# CS1591: Missing XML comment for publicly visible type or member
-dotnet_diagnostic.CS1591.severity = suggestion
-
# CS0162: Remove unreachable code
dotnet_diagnostic.CS0162.severity = error
# CA1018: Mark attributes with AttributeUsageAttribute
diff --git a/samples/Directory.Build.props b/samples/Directory.Build.props
index 9814914977..983bb034fc 100644
--- a/samples/Directory.Build.props
+++ b/samples/Directory.Build.props
@@ -4,6 +4,7 @@
false
$(MSBuildThisFileDirectory)..\src\tools\Avalonia.Designer.HostApp\bin\Debug\$(AvsCurrentTargetFramework)\Avalonia.Designer.HostApp.dll
false
+ false
14.0
$(NoWarn);CS8002
diff --git a/samples/GpuInterop/GpuInterop.csproj b/samples/GpuInterop/GpuInterop.csproj
index ebf1d38a73..c05ccb875c 100644
--- a/samples/GpuInterop/GpuInterop.csproj
+++ b/samples/GpuInterop/GpuInterop.csproj
@@ -5,9 +5,14 @@
$(AvsCurrentTargetFramework)
true
enable
- false
true
true
+
+
+ $(NoWarn);NU1510
diff --git a/samples/MiniMvvm/MiniCommand.cs b/samples/MiniMvvm/MiniCommand.cs
index b39ceced3d..57f6d6b4d8 100644
--- a/samples/MiniMvvm/MiniCommand.cs
+++ b/samples/MiniMvvm/MiniCommand.cs
@@ -58,10 +58,10 @@ namespace MiniMvvm
{
public static MiniCommand Create(Action cb) => new MiniCommand