Skip to content

Persisted restartable jobs (#1837) #826

Persisted restartable jobs (#1837)

Persisted restartable jobs (#1837) #826

Triggered via push August 1, 2024 16:48
Status Success
Total duration 1m 27s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Test stardewvalley - ubuntu-latest
Process completed with exit code 1.
Test stardewvalley - ubuntu-latest
The following actions uses Node.js version which is deprecated 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/
Test stardewvalley - ubuntu-latest: src/Abstractions/NexusMods.Abstractions.Activities/ActivityReport.cs#L83
'ActivityReport' is obsolete: 'To be replaced with Jobs'
Test stardewvalley - ubuntu-latest: src/Abstractions/NexusMods.Abstractions.Activities/IActivitySource.cs#L48
'IActivitySource' is obsolete: 'To be replaced with Jobs'
Test stardewvalley - ubuntu-latest: src/Abstractions/NexusMods.Abstractions.Activities/IReadOnlyActivity.cs#L50
'IReadOnlyActivity' is obsolete: 'To be replaced with Jobs'
Test stardewvalley - ubuntu-latest
Missing XML comment for publicly visible type or member 'ActivityId.NewId()'
Test stardewvalley - ubuntu-latest
XML comment has cref attribute 'ValueConverter{TModel,TProvider}' that could not be resolved
Test stardewvalley - ubuntu-latest
XML comment has cref attribute 'ValueComparer{T}' that could not be resolved
Test stardewvalley - ubuntu-latest: src/Extensions/NexusMods.Extensions.DependencyInjection/DependencyInjectionExtensions.cs#L56
XML comment on 'DependencyInjectionExtensions.AddAllSingleton<TService1, TService2, TImplementation>(IServiceCollection, Func<IServiceProvider, TImplementation>?)' has a typeparamref tag for 'TService', but there is no type parameter by that name
Test stardewvalley - ubuntu-latest: src/Extensions/NexusMods.Extensions.DependencyInjection/DependencyInjectionExtensions.cs#L57
XML comment on 'DependencyInjectionExtensions.AddAllSingleton<TService1, TService2, TImplementation>(IServiceCollection, Func<IServiceProvider, TImplementation>?)' has a typeparamref tag for 'TService', but there is no type parameter by that name
Test stardewvalley - ubuntu-latest: src/Extensions/NexusMods.Extensions.Hashing/StreamExtensions.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Test stardewvalley - ubuntu-latest: src/Extensions/NexusMods.Extensions.Hashing/AbsolutePathExtensions.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.