Release 0.4.0
into main
#28
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/Controllers/ClockingController.cs#L160
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/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#L15
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 'Clocking Enumerable.First<Clocking>(IEnumerable<Clocking> source)'.
|