Fix and secrets cleaned for Release 1.0 - #19
Merged
Merged
Annotations
10 warnings
|
TourismApp/ViewModels/ChangePasswordViewModel.cs#L26
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/ViewModels/ChangePasswordViewModel.cs#L23
Non-nullable property 'ConfirmNewPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/ViewModels/ChangePasswordViewModel.cs#L18
Non-nullable property 'newPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/ViewModels/ChangePasswordViewModel.cs#L10
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/ViewModels/ExploreViewModel.cs#L13
Non-nullable property 'SelectedEventDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/ViewModels/ExploreViewModel.cs#L13
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/ViewModels/ExploreViewModel.cs#L13
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/ViewModels/ExploreViewModel.cs#L13
Non-nullable property 'Section' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/ViewModels/LoginViewModel.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TourismApp/ViewModels/LoginViewModel.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading