Bump Microsoft.Identity.Client from 4.57.0 to 4.59.1 in /src/web-app #4
Annotations
1 error and 11 warnings
End SonarScanner
Process completed with exit code 1.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/abstractions/ClientConfiguration.cs#L10
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/abstractions/ClientConfiguration.cs#L11
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/abstractions/ClientConfiguration.cs#L16
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/abstractions/ClientConfiguration.cs#L17
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/func-app/IngestBarclaysFromBlob.cs#L20
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/func-app/IngestMonzoFromBlob.cs#L20
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Run frasermolyneux/actions/dotnet-web-ci@main
The specified version string '1.0.4.1-preview' does not conform to the recommended format - major.minor.build.revision
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/client-app/Program.cs#L30
Possible null reference argument for parameter 'item' in 'void ICollection<string>.Add(string item)'.
|
Run frasermolyneux/actions/dotnet-web-ci@main:
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)
|
Run frasermolyneux/actions/dotnet-web-ci@main:
src/client-app/Program.cs#L25
Remove the unused local variable 'foo'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
Initialize CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Loading