Restructure projects #208
Annotations
12 warnings
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze (csharp)
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/
|
Analyze (csharp)
Found version-specific or distribution-specific runtime identifier(s): alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
Analyze (csharp):
test/Bff.Tests/TestFramework/MockExternalAuthenticationHandler.cs#L65
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
test/Bff.Tests/TestHosts/BffHost.cs#L450
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
test/Bff.Tests/TestHosts/BffHost.cs#L478
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
test/Bff.Tests/TestFramework/GenericHost.cs#L49
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
test/Bff.Tests/TestHosts/BffHost.cs#L505
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
test/Bff.Tests/TestFramework/MockExternalAuthenticationHandler.cs#L41
Nullability of reference types in type of parameter 'properties' of 'Task MockExternalAuthenticationHandler.SignOutAsync(AuthenticationProperties properties)' doesn't match implicitly implemented member 'Task IAuthenticationSignOutHandler.SignOutAsync(AuthenticationProperties? properties)' (possibly because of nullability attributes).
|
Analyze (csharp):
test/Bff.Tests/TestFramework/TestBrowserClient.cs#L254
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
test/Bff.Tests/TestHosts/BffHostUsingResourceNamedTokens.cs#L113
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
test/Bff.Tests/TestHosts/BffHostUsingResourceNamedTokens.cs#L159
Cannot convert null literal to non-nullable reference type.
|