Skip to content

(#144) outbox: update serialization method [pack-all-force] #415

(#144) outbox: update serialization method [pack-all-force]

(#144) outbox: update serialization method [pack-all-force] #415

Triggered via push November 9, 2024 22:25
Status Success
Total duration 3m 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
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, actions/upload-artifact@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
No files were found with the provided path: src/*/TestResults/. No artifacts will be uploaded.
publish
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/
publish
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.
publish
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.
publish
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.
publish
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.
publish: src/Paralax/src/Paralax/Extensions.cs#L18
Cannot convert null literal to non-nullable reference type.
publish: src/Paralax/src/Paralax/ParalaxBuilder.cs#L28
Cannot convert null literal to non-nullable reference type.
publish: 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.
publish: 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.
publish: 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.
publish: 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.