You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ScheduledTasks/Models/ScheduleConfiguration.cs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,10 @@ class ScheduleConfiguration
17
17
/// <param name="scheduleId">The ID of the schedule.</param>
18
18
/// <param name="orchestrationName">The name of the orchestration to schedule.</param>
19
19
/// <param name="interval">The interval between schedule executions. Must be positive and at least 1 second.</param>
20
-
#pragma warning disable CS8618// Non-nullable field must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring as nullable.
#pragma warning restore CS8618// Non-nullable field must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring as nullable.
0 commit comments