⬆️ Upgrade target frameworks #6
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
API/src/TF2Jump.API/Kernel/MigrationHostedService.cs#L5
Parameter 'env' is unread.
|
API/src/TF2Jump.API/Features/TempusApiIngests/Services/Tasks/TempusApiIngestMapRecordsTask.cs#L34
The variable 'batchSize' is assigned but its value is never used
|
API/src/TF2Jump.API/Features/Reports/Queries/GetWorldRecordHistory/GetWorldRecordHistoryEndpoint.cs#L75
The variable 'e' is declared but never used
|
UI/src/TF2Jump.WebUI/TF2Jump.WebUI.Client/Components/_Imports.razor#L14
The using directive for 'TF2Jump.WebUI.Client' appeared previously in this namespace
|
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.
|
This job succeeded
Loading