Skip to content

💄 Very basic SEO (#57) #35

💄 Very basic SEO (#57)

💄 Very basic SEO (#57) #35

Triggered via push July 3, 2024 05:04
Status Success
Total duration 1m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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