Skip to content

Commit cdc02a5

Browse files
committed
Remove suppression of CS1587
1 parent 9436771 commit cdc02a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.editorconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,4 @@ csharp_style_prefer_extended_property_pattern = true:suggestion
434434
dotnet_diagnostic.IDE0073.severity = warning
435435

436436
# 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
437+
dotnet_code_quality.CA1001.excluded_type_names_with_derived_types = T:Windows.UI.Xaml.Media.Animation.Storyboard

0 commit comments

Comments
 (0)