Skip to content

Update nuget.yml

Update nuget.yml #6

Triggered via push July 14, 2024 09:34
Status Failure
Total duration 37s
Billable time 1m
Artifacts

nuget.yml

on: push
publish-core
30s
publish-core
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
publish-core
😭 error: File does not exist (1).
publish-core
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, brandedoutcast/publish-nuget@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish-core
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, brandedoutcast/publish-nuget@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L105
Possible null reference argument for parameter 'item' in 'void ConcurrentQueue<OnTaskRequest>.Enqueue(OnTaskRequest item)'.
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L190
Dereference of a possibly null reference.
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L223
Converting null literal or possible null value to non-nullable type.
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L229
Dereference of a possibly null reference.
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L229
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, Type>.TryGetValue(string key, out Type value)'.
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L137
Field 'TaskWorker.cancellationToken' is never assigned to, and will always have its default value
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L73
Possible null reference argument for parameter 'source' in 'string Enumerable.First<string>(IEnumerable<string> source)'.
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L87
Possible null reference argument for parameter 'bytes' in 'string Encoding.GetString(byte[] bytes, int index, int count)'.
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L105
Possible null reference argument for parameter 'item' in 'void ConcurrentQueue<OnTaskRequest>.Enqueue(OnTaskRequest item)'.
publish-core: src/OpenTask.Core/Base/TaskWorker.cs#L188
Converting null literal or possible null value to non-nullable type.