Skip to content

(#32) webApi: update readme [pack-all-force] [build-test-force] #119

(#32) webApi: update readme [pack-all-force] [build-test-force]

(#32) webApi: update readme [pack-all-force] [build-test-force] #119

Triggered via push September 22, 2024 03:16
Status Failure
Total duration 46s
Billable time 1m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build_test: src/Paralax/tests/Paralax.Tests/ExtensionsTests.cs#L4
The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build_test: src/Paralax/tests/Paralax.Tests/ExtensionsTests.cs#L5
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build_test: src/Paralax/tests/Paralax.Tests/ExtensionsTests.cs#L6
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build_test: src/Paralax/tests/Paralax.Tests/ExtensionsTests.cs#L10
The type or namespace name 'Core' does not exist in the namespace 'Paralax' (are you missing an assembly reference?)
build_test: src/Paralax/tests/Paralax.Tests/ExtensionsTests.cs#L11
The type or namespace name 'Types' does not exist in the namespace 'Paralax' (are you missing an assembly reference?)
build_test: src/Paralax/tests/Paralax.Tests/ParalaxBuilderTests.cs#L3
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build_test: src/Paralax/tests/Paralax.Tests/ParalaxBuilderTests.cs#L4
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build_test: src/Paralax/tests/Paralax.Tests/ParalaxBuilderTests.cs#L8
The type or namespace name 'Types' does not exist in the namespace 'Paralax' (are you missing an assembly reference?)
build_test: src/Paralax/tests/Paralax.Tests/StartupInitializerTests.cs#L3
The type or namespace name 'Core' does not exist in the namespace 'Paralax' (are you missing an assembly reference?)
build_test: src/Paralax/tests/Paralax.Tests/StartupInitializerTests.cs#L4
The type or namespace name 'Types' does not exist in the namespace 'Paralax' (are you missing an assembly reference?)
build_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_test
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build_test
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build_test: src/Paralax/src/Paralax/Extensions.cs#L17
Cannot convert null literal to non-nullable reference type.
build_test: src/Paralax/src/Paralax/ParalaxBuilder.cs#L28
Cannot convert null literal to non-nullable reference type.
build_test: src/Paralax/src/Paralax/Core/AppOptions.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_test: src/Paralax/src/Paralax/Core/AppOptions.cs#L11
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_test: src/Paralax/src/Paralax/Core/AppOptions.cs#L12
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_test: src/Paralax/src/Paralax/Core/AppOptions.cs#L13
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_test
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build_test: src/Paralax/src/Paralax/Extensions.cs#L17
Cannot convert null literal to non-nullable reference type.