Skip to content

⬆️ Upgrade target frameworks #6

⬆️ Upgrade target frameworks

⬆️ Upgrade target frameworks #6

Triggered via pull request July 3, 2024 02:13
Status Success
Total duration 46s
Artifacts

pr-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: API/src/TF2Jump.API/Features/Maps/Map.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/src/TF2Jump.API/Features/Maps/Map.cs#L14
Non-nullable property 'Zones' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/src/TF2Jump.API/Features/Zones/Zone.cs#L15
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/src/TF2Jump.API/Features/Zones/Zone.cs#L17
Non-nullable property 'Records' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/src/TF2Jump.API/Features/ZoneRecords/ZoneRecord.cs#L16
Non-nullable property 'Zone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/src/TF2Jump.API/Kernel/MigrationHostedService.cs#L5
Parameter 'env' is unread.
build: API/src/TF2Jump.API/Features/TempusApiIngests/Services/Tasks/TempusApiIngestMapRecordsTask.cs#L34
The variable 'batchSize' is assigned but its value is never used
build: UI/src/TF2Jump.WebUI/TF2Jump.WebUI.Client/Components/_Imports.razor#L14
The using directive for 'TF2Jump.WebUI.Client' appeared previously in this namespace
build: UI/src/TF2Jump.WebUI/TF2Jump.WebUI.Client/Components/Common/Statistic.razor#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.