Skip to content

Commit

Permalink
Remove suppression of CS1587
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Aug 16, 2023
1 parent 9436771 commit cdc02a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,4 @@ csharp_style_prefer_extended_property_pattern = true:suggestion
dotnet_diagnostic.IDE0073.severity = warning

# Uno platform exposes IDisposable on Storyboard publicly when it should be internal. Ignore this.
dotnet_code_quality.CA1001.excluded_type_names_with_derived_types = T:Windows.UI.Xaml.Media.Animation.Storyboard

# XML comment has cref attribute that could not be resolved (temp, remove XML generated docs get used)
dotnet_diagnostic.CS1587.severity = none
dotnet_code_quality.CA1001.excluded_type_names_with_derived_types = T:Windows.UI.Xaml.Media.Animation.Storyboard

0 comments on commit cdc02a5

Please sign in to comment.