Fixed build command in release workflow #10
Annotations
10 warnings
Build project:
App.xaml.cs#L74
Possible null reference return.
|
Build project:
App.xaml.cs#L30
Possible null reference argument for parameter 'basePath' in 'IConfigurationBuilder FileConfigurationExtensions.SetBasePath(IConfigurationBuilder builder, string basePath)'.
|
Build project:
Services/EpicService.cs#L55
Converting null literal or possible null value to non-nullable type.
|
Build project:
Services/EpicService.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build project:
ViewModels/Pages/SettingsViewModel.cs#L27
Non-nullable field '_currentSentence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build project:
ViewModels/Pages/ManageViewModel.cs#L33
Non-nullable field '_currentSentence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build project:
Models/Session.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Models/Session.cs#L6
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Models/Session.cs#L7
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Models/AppConfig.cs#L5
Non-nullable property 'ConfigurationsFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading