move as well #13
Annotations
10 warnings
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/UpdateAvailabilityFunctions.cs#L428
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/FreeBedUpdateSubscription.cs#L7
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/AzureMapsResult.cs#L40
Non-nullable property 'northEast' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/AzureMapsResult.cs#L41
Non-nullable property 'southWest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/AzureMapsResult.cs#L42
Non-nullable property 'entity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/Availability.cs#L14
Non-nullable property 'BedCategory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/Availability.cs#L17
Non-nullable property 'Hut' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/HutAvailabiltyModel.cs#L59
Non-nullable property 'ReservationDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/AzureMapsResult.cs#L9
Non-nullable property 'summary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/AzureMapsResult.cs#L10
Non-nullable property 'addresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading