💄 Very basic SEO (#57) #35
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
|
build:
API/src/TF2Jump.API/Features/Reports/Queries/GetWorldRecordHistory/GetWorldRecordHistoryEndpoint.cs#L75
The variable 'e' is declared but never used
|
build:
UI/src/TF2Jump.WebUI/TF2Jump.WebUI.Client/Components/Pages/Leaderboards/Maps/MapsPage.razor#L23
Dereference of a possibly null reference.
|
build:
UI/src/TF2Jump.WebUI/TF2Jump.WebUI.Client/Components/Pages/Leaderboards/Map/MapPage.razor#L22
Dereference of a possibly null reference.
|