Skip to content

Updates

Updates #3

Triggered via push November 11, 2023 20:20
Status Failure
Total duration 6m 58s
Artifacts 2

codequality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
code-scanning
Process completed with exit code 1.
code-scanning: src/abstractions/ClientConfiguration.cs#L10
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
code-scanning: src/abstractions/ClientConfiguration.cs#L11
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
code-scanning: src/abstractions/ClientConfiguration.cs#L16
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
code-scanning: src/abstractions/ClientConfiguration.cs#L17
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
code-scanning: src/client-app/Program.cs#L30
Possible null reference argument for parameter 'item' in 'void ICollection<string>.Add(string item)'.
code-scanning: src/client-app/Program.cs#L7
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
code-scanning: src/client-app/Program.cs#L25
Remove the unused local variable 'foo'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
code-scanning: src/web-app/Controllers/WeatherForecastController.cs#L23
Non-nullable field 'clientFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
code-scanning: src/web-app/Controllers/WeatherForecastController.cs#L29
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.
code-scanning: src/web-app/Controllers/ClientConfigurationController.cs#L25
Possible null reference assignment.

Artifacts

Produced during runtime
Name Size
func-app Expired
11.7 MB
web-app Expired
33.2 MB