Skip to content

Merge pull request #137 from itsharppro/n_queues_inter [pack-all-force] #396

Merge pull request #137 from itsharppro/n_queues_inter [pack-all-force]

Merge pull request #137 from itsharppro/n_queues_inter [pack-all-force] #396

Triggered via push October 18, 2024 00:50
Status Success
Total duration 3m 50s
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/ParalaxBuilder.cs#L28
Cannot convert null literal to non-nullable reference type.
publish: src/Paralax/src/Paralax/Extensions.cs#L18
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.