Adding pr_auto_assign.yml
as a workflow
#24
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
ClockingApp/ViewComponents/WeeklyClockingViewComponent.cs#L41
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
ClockingApp/Settings/ClockingSettings.cs#L7
Non-nullable property 'PaidBreakTime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ClockingApp/Settings/ClockingSettings.cs#L8
Non-nullable property 'OvertimeThresholdHours' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ClockingApp/Settings/ClockingSettings.cs#L9
Non-nullable property 'WeeklyDefaultHours' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ClockingApp/Models/CustomSettings/WeekDayHours.cs#L6
Non-nullable property 'WeekDay' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ClockingApp/Models/CustomSettings/WeekDayHours.cs#L7
Non-nullable property 'DayHours' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ClockingApp/Models/ClockingData/WorkDay.cs#L27
Nullable value type may be null.
|
build:
ClockingApp/Models/ClockingData/WeeklyClockingInfo.cs#L14
Possible null reference argument for parameter 'source' in 'Clocking Enumerable.First<Clocking>(IEnumerable<Clocking> source)'.
|
build:
ClockingApp/Models/ClockingData/WeeklyClockingInfo.cs#L16
Possible null reference argument for parameter 'source' in 'Clocking Enumerable.First<Clocking>(IEnumerable<Clocking> source)'.
|
build:
ClockingApp/Models/ClockingData/WeeklyClockingInfo.cs#L17
Possible null reference argument for parameter 'source' in 'double Enumerable.Sum<Clocking>(IEnumerable<Clocking> source, Func<Clocking, double> selector)'.
|