Settings implemented #86
Annotations
1 error and 33 warnings
pupnet (ubuntu-latest, 8.0.x)
Process completed with exit code 1.
|
build (ubuntu-latest, 8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (ubuntu-latest, 8.0.x):
Models/AppSettings.cs#L47
'AppSettings.AppSettings()': new protected member declared in sealed type
|
build (ubuntu-latest, 8.0.x):
AutoImport.cs#L962
Non-nullable field 'guid' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest, 8.0.x):
AutoImport.cs#L964
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest, 8.0.x):
AutoImport.cs#L965
Non-nullable field 'type' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest, 8.0.x):
AutoImport.cs#L966
Non-nullable field 'url' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest, 8.0.x):
AutoImport.cs#L972
Non-nullable field 'browsername' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest, 8.0.x):
ViewModels/StartPageViewModel.cs#L58
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 (ubuntu-latest, 8.0.x):
Methods.cs#L44
Dereference of a possibly null reference.
|
build (ubuntu-latest, 8.0.x):
Methods.cs#L45
Dereference of a possibly null reference.
|
build (ubuntu-latest, 8.0.x):
ViewModels/StartPageViewModel.cs#L76
Possible null reference assignment.
|
release (ubuntu-latest, 8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
release (ubuntu-latest, 8.0.x):
Models/AppSettings.cs#L47
'AppSettings.AppSettings()': new protected member declared in sealed type
|
release (ubuntu-latest, 8.0.x):
AutoImport.cs#L962
Non-nullable field 'guid' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
release (ubuntu-latest, 8.0.x):
AutoImport.cs#L964
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
release (ubuntu-latest, 8.0.x):
AutoImport.cs#L965
Non-nullable field 'type' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
release (ubuntu-latest, 8.0.x):
AutoImport.cs#L966
Non-nullable field 'url' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
release (ubuntu-latest, 8.0.x):
AutoImport.cs#L972
Non-nullable field 'browsername' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
release (ubuntu-latest, 8.0.x):
Methods.cs#L44
Dereference of a possibly null reference.
|
release (ubuntu-latest, 8.0.x):
Methods.cs#L45
Dereference of a possibly null reference.
|
release (ubuntu-latest, 8.0.x):
ViewModels/StartPageViewModel.cs#L58
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.
|
release (ubuntu-latest, 8.0.x):
Methods.cs#L173
Possible null reference assignment.
|
pupnet (ubuntu-latest, 8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pupnet (ubuntu-latest, 8.0.x)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
pupnet (ubuntu-latest, 8.0.x):
Models/AppSettings.cs#L47
'AppSettings.AppSettings()': new protected member declared in sealed type
|
pupnet (ubuntu-latest, 8.0.x):
AutoImport.cs#L962
Non-nullable field 'guid' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
pupnet (ubuntu-latest, 8.0.x):
AutoImport.cs#L964
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
pupnet (ubuntu-latest, 8.0.x):
AutoImport.cs#L965
Non-nullable field 'type' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
pupnet (ubuntu-latest, 8.0.x):
AutoImport.cs#L966
Non-nullable field 'url' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
pupnet (ubuntu-latest, 8.0.x):
AutoImport.cs#L972
Non-nullable field 'browsername' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
pupnet (ubuntu-latest, 8.0.x):
ViewModels/StartPageViewModel.cs#L58
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.
|
pupnet (ubuntu-latest, 8.0.x):
Methods.cs#L44
Dereference of a possibly null reference.
|
pupnet (ubuntu-latest, 8.0.x):
Methods.cs#L45
Dereference of a possibly null reference.
|