Fix non-legacy backdrop when switching themes and applying Mica or other effect #497
Annotations
10 warnings
Build:
src/Wpf.Ui/Controls/Arc/Arc.cs#L56
'Arc.StrokeStartLineCapProperty' hides inherited member 'Shape.StrokeStartLineCapProperty'. Use the new keyword if hiding was intended.
|
Build:
src/Wpf.Ui/Markup/FontIconExtension.cs#L62
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/UiApplication.cs#L103
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)
|
Build:
src/Wpf.Ui/UiApplication.cs#L98
Statement should not be on a single line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1501.md)
|
Loading