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.
2 parents 36f4080 + a49d44e commit fb28b40Copy full SHA for fb28b40
.editorconfig
@@ -432,3 +432,6 @@ csharp_style_prefer_extended_property_pattern = true:suggestion
432
433
# Require file header
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
0 commit comments