Updates #3
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 |
|