Create LICENSE #4
Annotations
1 error and 12 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Models/AppConfig.cs#L8
Possible null reference assignment.
|
Models/AppConfig.cs#L9
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
|
App.xaml.cs#L65
Possible null reference return.
|
Models/AppConfig.cs#L87
Dereference of a possibly null reference.
|
Models/AppConfig.cs#L88
Possible null reference return.
|
Models/AppConfig.cs#L93
Possible null reference return.
|
Models/AppConfig.cs#L105
Dereference of a possibly null reference.
|
App.xaml.cs#L29
Possible null reference argument for parameter 'basePath' in 'IConfigurationBuilder FileConfigurationExtensions.SetBasePath(IConfigurationBuilder builder, string basePath)'.
|
Services/ApplicationHostService.cs#L17
Non-nullable field '_navigationWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Views/Windows/MainWindow.xaml.cs#L34
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.
|
The logs for this run have expired and are no longer available.
Loading