Fix/job resume #1704
Open
Fix/job resume #1704
Annotations
2 errors and 7 warnings
Run integration tests for .Net 9:
Source/Kernel/Grains.Specs/Jobs/NullJobWithSomeRequest.cs#L8
'NullJobWithSomeRequest' does not implement interface member 'IJob<SomeJobRequest>.Start(SomeJobRequest)'. 'NullJobWithSomeRequest.Start(SomeJobRequest)' cannot implement 'IJob<SomeJobRequest>.Start(SomeJobRequest)' because it does not have the matching return type of 'Task<Result<StartJobError>>'.
|
Run integration tests for .Net 9
Process completed with exit code 1.
|
Run integration tests for .Net 9:
Integration/Base/MongoDBDatabase.cs#L65
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
Run integration tests for .Net 9:
Source/Kernel/Grains/Jobs/Job.cs#L238
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
Run integration tests for .Net 9:
Source/Kernel/Grains/Jobs/Job.cs#L389
Block statements should not contain embedded comments (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1108.md)
|
Run integration tests for .Net 9:
Source/Kernel/Grains/Observation/Observer.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
Run integration tests for .Net 9:
Source/Kernel/Grains/Observation/Observer.cs#L10
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
Run integration tests for .Net 9:
Source/Kernel/Grains/Observation/Observer.cs#L17
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
Run integration tests for .Net 9:
Integration/Orleans.InProcess/for_EventSequence/when_appending/many_with_first_event_violating_unique_constraint.cs#L36
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Loading