Skip to content

Add support for SVG and SVGZ files #159

Add support for SVG and SVGZ files

Add support for SVG and SVGZ files #159

Triggered via push July 11, 2023 15:00
Status Success
Total duration 1m 37s
Artifacts

dotnet.yml

on: push
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#L73
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#L73
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.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 (windows-latest, 7.0.x): TRENZ.Docs.API/Program.cs#L73
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.