Fixed MouseOverButtonsForeground binding for the default TitleBarButon style #1040
Annotations
10 warnings
Build:
src/Wpf.Ui/Controls/Snackbar/SnackbarPresenter.cs#L49
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/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/Controls/Snackbar/SnackbarPresenter.cs#L49
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/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/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/Shell32.cs#L28
Move pinvokes to native methods class (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1060)
|
Loading