Skip to content

Commit 2743435

Browse files
Copilotdevstress
andcommitted
Fix CS8632 nullable annotation warning
- Add #nullable enable directive to JobsControllerTests.cs - Resolves CS8632 warning about nullable reference type annotations - All 108 JobManager tests still passing - Build succeeds with no CS8632 warnings Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
1 parent 00788f8 commit 2743435

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FlinkDotNet/FlinkDotNet.JobManager.Tests/JobsControllerTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Licensed under the Apache License, Version 2.0.
33
// See LICENSE file in the project root for full license information.
44

5+
#nullable enable
6+
57
using FlinkDotNet.JobManager.Controllers;
68
using FlinkDotNet.JobManager.Interfaces;
79
using FlinkDotNet.JobManager.Models;

0 commit comments

Comments
 (0)