Fix LocalTesting build failures, implement comprehensive TODO improvements, clean up repository, optimize CI/CD workflows, and resolve Flink infrastructure compatibility issues - #146
Merged
devstress merged 16 commits intoSep 19, 2025
Annotations
8 warnings
|
FlinkDotNet/Flink.JobGateway/Controllers/JobsController.cs#L30
XML comment has a param tag for 'jobDefinition', but there is no parameter by that name
|
|
FlinkDotNet/Flink.JobBuilder.Tests/Tests/RoundTripSerializationTests.cs#L59
Dereference of a possibly null reference.
|
|
FlinkDotNet/Flink.JobBuilder.Tests/Tests/RoundTripSerializationTests.cs#L59
Converting null literal or possible null value to non-nullable type.
|
|
FlinkDotNet/Flink.JobBuilder/Services/FlinkJobGatewayService.cs#L54
This method 'SubmitJobAsync' has 84 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138)
|
|
FlinkDotNet/Flink.JobGateway/Controllers/JobsController.cs#L30
XML comment has a param tag for 'jobDefinition', but there is no parameter by that name
|
|
FlinkDotNet/Flink.JobBuilder.Tests/Tests/RoundTripSerializationTests.cs#L59
Dereference of a possibly null reference.
|
|
FlinkDotNet/Flink.JobBuilder.Tests/Tests/RoundTripSerializationTests.cs#L59
Converting null literal or possible null value to non-nullable type.
|
|
FlinkDotNet/Flink.JobBuilder/Services/FlinkJobGatewayService.cs#L54
This method 'SubmitJobAsync' has 84 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138)
|
The logs for this run have expired and are no longer available.
Loading