Fixed compiler error in release mode about internally exposed IDisposable from Uno

This commit is contained in:
Arlo Godfrey 2023-02-24 13:14:43 -06:00
Родитель 854d13b36d
Коммит 9df6e7bcda
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -432,3 +432,6 @@ csharp_style_prefer_extended_property_pattern = true:suggestion
# Require file header
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