Skip to content

Added endpoint for causing a reindex #160

Added endpoint for causing a reindex

Added endpoint for causing a reindex #160

Triggered via pull request December 5, 2023 08:50
Status Success
Total duration 1m 23s
Artifacts

dotnet.yml

on: pull_request
Matrix: Build & Test .NET
Fit to window
Zoom out
Zoom in

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/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.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/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.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.