feat: Schedule Support #264
Annotations
11 warnings
Analyze (csharp)
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at D:\a\durabletask-dotnet\durabletask-dotnet\.github\workflows\codeQL.yml, but no such file existed. This can happen if the currently running workflow checks out a branch that doesn't contain the corresponding workflow file.
|
Analyze (csharp):
src/ScheduledTasks/Models/ScheduleConfiguration.cs#L130
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
Analyze (csharp):
src/ScheduledTasks/Models/ScheduleConfiguration.cs#L151
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
Analyze (csharp):
test/ScheduledTasks.Tests/Entity/ScheduleTests.cs#L28
Nullability in constraints for type parameter 'TState' of method 'ScheduleTests.TestLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Analyze (csharp):
test/ScheduledTasks.Tests/Entity/ScheduleTests.cs#L28
Nullability of reference types in return type of 'IDisposable? TestLogger.BeginScope<TState>(TState state)' doesn't match implicitly implemented member 'IDisposable ILogger.BeginScope<TState>(TState state)' (possibly because of nullability attributes).
|
Analyze (csharp):
test/ScheduledTasks.Tests/Client/ScheduledTaskClientImplTests.cs#L84
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'ScheduleCreationOptions'
|
Analyze (csharp):
test/ScheduledTasks.Tests/Client/ScheduledTaskClientImplTests.cs#L107
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'ScheduleCreationOptions'
|
Analyze (csharp):
test/ScheduledTasks.Tests/Client/ScheduledTaskClientImplTests.cs#L161
Converting null literal or possible null value to non-nullable type.
|
Analyze (csharp):
test/ScheduledTasks.Tests/Client/ScheduledTaskClientImplTests.cs#L161
Argument of type 'EntityMetadata<ScheduleState?>' cannot be used for parameter 'value' of type 'EntityMetadata<ScheduleState>' in 'IReturnsResult<DurableEntityClient> ReturnsExtensions.ReturnsAsync<DurableEntityClient, EntityMetadata<ScheduleState>?>(IReturns<DurableEntityClient, Task<EntityMetadata<ScheduleState>?>> mock, EntityMetadata<ScheduleState>? value)' due to differences in the nullability of reference types.
|
Analyze (csharp):
src/ScheduledTasks/Models/ScheduleConfiguration.cs#L130
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
Analyze (csharp):
src/ScheduledTasks/Models/ScheduleConfiguration.cs#L151
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|