Enhance Executive Summary (#2406) #2530
Annotations
5 warnings
build-net-libs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-net-libs:
libs/net/entities/CBRAReportStaffSummary.cs#L16
Non-nullable property 'CbraHours' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-net-libs:
libs/net/dal/Services/ContentService.cs#L406
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
build-net-libs:
libs/net/entities/CBRAReportStaffSummary.cs#L16
Non-nullable property 'CbraHours' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-net-libs:
libs/net/dal/Services/ContentService.cs#L406
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|