Feature/backend unit tests - #18
Merged
Merged
Annotations
10 warnings
|
TourismApp/ViewModels/RegisterViewModel.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/ViewModels/VerifyEmailViewModel.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/Controllers/AccountController.cs#L43
Cannot convert null literal to non-nullable reference type.
|
|
TourismApp/Controllers/ExploreController.cs#L27
Cannot convert null literal to non-nullable reference type.
|
|
TourismApp/Controllers/ExploreController.cs#L27
Cannot convert null literal to non-nullable reference type.
|
|
TourismApp/Controllers/ExploreController.cs#L27
Cannot convert null literal to non-nullable reference type.
|
|
TourismApp/Controllers/ExploreController.cs#L27
Cannot convert null literal to non-nullable reference type.
|
|
TourismApp/Controllers/ExploreController.cs#L27
Cannot convert null literal to non-nullable reference type.
|
|
TourismApp/Controllers/AccountController.cs#L35
Cannot convert null literal to non-nullable reference type.
|
|
TourismApp/Models/Municipality.cs#L4
The using directive for 'System.ComponentModel.DataAnnotations' appeared previously in this namespace
|
The logs for this run have expired and are no longer available.
Loading