v518 update w/non-imgur host for thumbnail #342
Merged
Annotations
10 warnings
|
Build solution:
src/HUDEditor/ViewModels/SettingsViewModel.cs#L106
Non-nullable field '_isPathValid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build solution:
src/HUDEditor/ViewModels/SettingsViewModel.cs#L106
Non-nullable field '_userPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build solution:
src/HUDEditor/ViewModels/SettingsViewModel.cs#L106
Non-nullable field '_selectedLanguage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build solution:
src/HUDEditor/ViewModels/SettingsViewModel.cs#L108
Possible null reference assignment.
|
|
Build solution:
src/HUDEditor/App.axaml.cs#L24
Non-nullable property 'HudPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/HUDEditor/App.axaml.cs#L23
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/HUDEditor/App.axaml.cs#L22
Possible null reference argument for parameter 'type' in 'ILog LogManager.GetLogger(Type type)'.
|
|
Build solution:
src/HUDEditor/ViewModels/SplashScreenViewModel.cs#L84
Possible null reference assignment.
|
|
Build solution:
src/HUDEditor/App.axaml.cs#L64
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MainWindowViewModelPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
|
|
Build solution:
src/HUDEditor/Views/MainWindow.axaml.cs#L12
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.
|
Loading