[go: up one dir, main page]

Skip to content

Create build-and-deploy.yml #1

Create build-and-deploy.yml

Create build-and-deploy.yml #1

Triggered via push February 26, 2024 07:05
Status Failure
Total duration 53s
Artifacts
build-and-deploy
45s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build-and-deploy
Process completed with exit code 1.
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-deploy: src/Yolu/Collections/Internal/Required.cs#L75
Cannot convert null literal to non-nullable reference type.
build-and-deploy: src/Yolu/Collections/Internal/Required.cs#L85
Cannot convert null literal to non-nullable reference type.
build-and-deploy: src/Yolu/Buffers/SpawnOwner.cs#L39
'SpanOwner<T>.StackallocThreshold' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
build-and-deploy: src/Yolu/Collections/Internal/Required.cs#L125
Dereference of a possibly null reference.
build-and-deploy: src/Yolu/Collections/Array.Enumerator.cs#L110
Possible null reference return.
build-and-deploy: src/Yolu/Identifier/Ulid.cs#L284
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
build-and-deploy: src/Yolu/Identifier/Ulid.cs#L695
Argument 1 should be passed with the 'in' keyword
build-and-deploy: src/Yolu/Identifier/Ulid.cs#L695
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
build-and-deploy: src/Yolu/Collections/Internal/Required.cs#L75
Cannot convert null literal to non-nullable reference type.