chore(avalonia): remove build cleanup targets and update lock file #2361
Annotations
20 warnings
|
Perform post_build tasks:
Flow.Launcher.Avalonia/App.axaml.cs#L59
Avoid using async lambda for a void returning delegate type, because any exceptions not handled by the delegate will crash the process (https://microsoft.github.io/vs-threading/analyzers/VSTHRD101.html)
|
|
Perform post_build tasks:
Flow.Launcher.Avalonia/ViewModel/SettingPages/PluginsSettingsViewModel.cs#L435
Dereference of a possibly null reference.
|
|
Perform post_build tasks:
Flow.Launcher.Avalonia/ViewModel/SettingPages/PluginsSettingsViewModel.cs#L428
Dereference of a possibly null reference.
|
|
Perform post_build tasks:
Flow.Launcher.Avalonia/ViewModel/SettingPages/PluginsSettingsViewModel.cs#L92
Non-nullable field '_display' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Perform post_build tasks:
Flow.Launcher.Avalonia/ViewModel/SettingPages/PluginStoreItemViewModel.cs#L110
Dereference of a possibly null reference.
|
|
Perform post_build tasks:
Flow.Launcher.Avalonia/ViewModel/SettingPages/PluginStoreSettingsViewModel.cs#L159
Dereference of a possibly null reference.
|
|
Perform post_build tasks:
Flow.Launcher.Avalonia/ViewModel/SettingPages/PluginStoreSettingsViewModel.cs#L134
Dereference of a possibly null reference.
|
|
Perform post_build tasks:
Flow.Launcher.Avalonia/ViewModel/SettingPages/PluginStoreSettingsViewModel.cs#L121
Dereference of a possibly null reference.
|
|
Perform post_build tasks:
Flow.Launcher.Avalonia/ViewModel/SettingPages/PluginStoreSettingsViewModel.cs#L48
Dereference of a possibly null reference.
|
|
Perform post_build tasks:
Flow.Launcher.Avalonia/ViewModel/SettingPages/PluginStoreSettingsViewModel.cs#L36
Dereference of a possibly null reference.
|
|
Build:
Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/PreviewPanel.axaml.cs#L383
'PreviewPanel.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
|
|
Build:
Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs#L355
Cannot convert null literal to non-nullable reference type.
|
|
Build:
Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs#L44
Nullability of reference types in type of parameter 'y' of 'bool PathEqualityComparator.Equals(Result x, Result y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Result>.Equals(Result? x, Result? y)' (possibly because of nullability attributes).
|
|
Build:
Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs#L44
Nullability of reference types in type of parameter 'x' of 'bool PathEqualityComparator.Equals(Result x, Result y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Result>.Equals(Result? x, Result? y)' (possibly because of nullability attributes).
|
|
Build:
Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingSearchOption.cs#L8
Cannot convert null literal to non-nullable reference type.
|
|
Build:
Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingSearchOption.cs#L7
Cannot convert null literal to non-nullable reference type.
|
|
Build:
Flow.Launcher.Infrastructure/Http/Http.cs#L229
The variable 'e' is declared but never used
|
|
Build:
Flow.Launcher.Infrastructure/Http/Http.cs#L25
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Build:
Flow.Launcher.Infrastructure/Http/Http.cs#L24
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Build:
Flow.Launcher.Infrastructure/NativeMethods.txt#L94
Method, type or constant "DeviceNotifyCallbackRoutine" not found
|
Loading