Fixed the markup extension for the SymbolIcon and FontIcon class not working at all. #483
Annotations
10 warnings
build:
src/Wpf.Ui/Markup/FontIconExtension.cs#L59
Possible null reference assignment.
|
build:
src/Wpf.Ui/Controls/Snackbar/SnackbarPresenter.cs#L53
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
src/Wpf.Ui/Controls/Arc/Arc.cs#L10
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
build:
src/Wpf.Ui/Markup/SymbolIconExtension.cs#L34
An opening brace should not be followed by a blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1505.md)
|
build:
src/Wpf.Ui/UiApplication.cs#L88
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|
build:
src/Wpf.Ui/Interop/Dwmapi.cs#L28
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
build:
src/Wpf.Ui/Interop/Kernel32.cs#L25
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
build:
src/Wpf.Ui/Interop/Shell32.cs#L28
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
build:
src/Wpf.Ui/Interop/User32.cs#L28
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
build:
src/Wpf.Ui/Interop/UxTheme.cs#L24
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|