Skip to content

Commit fb28b40

Browse files
committed
Merge branch 'marquee' of https://github.com/Avid29/Labs-Windows into marquee
2 parents 36f4080 + a49d44e commit fb28b40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,6 @@ csharp_style_prefer_extended_property_pattern = true:suggestion
432432

433433
# Require file header
434434
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

Comments
 (0)