Bump Microsoft.Identity.Client from 4.57.0 to 4.59.1 in /src/web-app #4
Annotations
1 error and 11 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/func-app/IngestBarclaysFromBlob.cs#L20
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
code-scanning:
src/func-app/IngestMonzoFromBlob.cs#L20
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
code-scanning
The specified version string '1.0.4.1-preview' does not conform to the recommended format - major.minor.build.revision
|
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
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
func-app
Expired
|
4.59 MB |
|
web-app
Expired
|
14.9 MB |
|