We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9436771 commit cdc02a5Copy full SHA for cdc02a5
.editorconfig
@@ -434,7 +434,4 @@ csharp_style_prefer_extended_property_pattern = true:suggestion
434
dotnet_diagnostic.IDE0073.severity = warning
435
436
# Uno platform exposes IDisposable on Storyboard publicly when it should be internal. Ignore this.
437
-dotnet_code_quality.CA1001.excluded_type_names_with_derived_types = T:Windows.UI.Xaml.Media.Animation.Storyboard
438
-
439
-# XML comment has cref attribute that could not be resolved (temp, remove XML generated docs get used)
440
-dotnet_diagnostic.CS1587.severity = none
+dotnet_code_quality.CA1001.excluded_type_names_with_derived_types = T:Windows.UI.Xaml.Media.Animation.Storyboard
0 commit comments