Merge pull request #33 from trenz-gmbh/reindex-endpoint #161
Annotations
30 warnings
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API/Program.cs#L74
Argument of type 'string?[]' cannot be used for parameter 'origins' of type 'string[]' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)' due to differences in the nullability of reference types.
|
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API/Services/Auth/JwtCookieAuthAdapter.cs#L17
Possible null reference return.
|
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API/Services/Auth/JwtCookieAuthAdapter.cs#L18
Possible null reference return.
|
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API/Services/Auth/JwtCookieAuthAdapter.cs#L19
Possible null reference return.
|
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/LocalSource.cs#L27
Possible null reference argument for parameter 'name' in 'LocalSource.LocalSource(ISafeFileSystemPathTraversalService pathTraversalService, string name, string root, string path = "")'.
|
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/LocalSource.cs#L28
Possible null reference argument for parameter 'root' in 'LocalSource.LocalSource(ISafeFileSystemPathTraversalService pathTraversalService, string name, string root, string path = "")'.
|
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/GitSource.cs#L13
Possible null reference return.
|
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/GitSource.cs#L15
Possible null reference return.
|
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/GitSource.cs#L17
Possible null reference return.
|
Build & Test .NET (ubuntu-latest, 7.0.x):
TRENZ.Docs.API.Test/TestHelper.cs#L29
Argument of type 'IEnumerable<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Program.cs#L74
Argument of type 'string?[]' cannot be used for parameter 'origins' of type 'string[]' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)' due to differences in the nullability of reference types.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Services/Auth/JwtCookieAuthAdapter.cs#L17
Possible null reference return.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Services/Auth/JwtCookieAuthAdapter.cs#L18
Possible null reference return.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Services/Auth/JwtCookieAuthAdapter.cs#L19
Possible null reference return.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/GitSource.cs#L13
Possible null reference return.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/GitSource.cs#L15
Possible null reference return.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/GitSource.cs#L17
Possible null reference return.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/LocalSource.cs#L27
Possible null reference argument for parameter 'name' in 'LocalSource.LocalSource(ISafeFileSystemPathTraversalService pathTraversalService, string name, string root, string path = "")'.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/LocalSource.cs#L28
Possible null reference argument for parameter 'root' in 'LocalSource.LocalSource(ISafeFileSystemPathTraversalService pathTraversalService, string name, string root, string path = "")'.
|
Build & Test .NET (macos-latest, 7.0.x):
TRENZ.Docs.API/Services/NavNodeAuthorizationService.cs#L30
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API/Program.cs#L74
Argument of type 'string?[]' cannot be used for parameter 'origins' of type 'string[]' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)' due to differences in the nullability of reference types.
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/LocalSource.cs#L27
Possible null reference argument for parameter 'name' in 'LocalSource.LocalSource(ISafeFileSystemPathTraversalService pathTraversalService, string name, string root, string path = "")'.
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/LocalSource.cs#L28
Possible null reference argument for parameter 'root' in 'LocalSource.LocalSource(ISafeFileSystemPathTraversalService pathTraversalService, string name, string root, string path = "")'.
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/GitSource.cs#L13
Possible null reference return.
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/GitSource.cs#L15
Possible null reference return.
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API/Models/Sources/GitSource.cs#L17
Possible null reference return.
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API/Services/Auth/JwtCookieAuthAdapter.cs#L17
Possible null reference return.
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API/Services/Auth/JwtCookieAuthAdapter.cs#L18
Possible null reference return.
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API/Services/Auth/JwtCookieAuthAdapter.cs#L19
Possible null reference return.
|
Build & Test .NET (windows-latest, 7.0.x):
TRENZ.Docs.API.Test/TestHelper.cs#L29
Argument of type 'IEnumerable<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|