🚀 Deploy Dotnet UserApi #28
Annotations
10 warnings
Build with dotnet:
dotnet/UserApi/UserApi/Models/UserRolesViewModel.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
dotnet/UserApi/UserApi/Models/UserRolesViewModel.cs#L8
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
dotnet/UserApi/UserApi/Models/UserRolesViewModel.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.
|
Build with dotnet:
dotnet/UserApi/UserApi/Models/UserRolesViewModel.cs#L10
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
dotnet/UserApi/UserApi/Models/ManagerUserRolesViewModel.cs#L5
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
dotnet/UserApi/UserApi/Models/ManagerUserRolesViewModel.cs#L6
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
dotnet/UserApi/UserApi/Models/AppUser.cs#L86
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
dotnet/UserApi/UserApi/Models/AppUser.cs#L87
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
dotnet/UserApi/UserApi/Models/AppUser.cs#L90
Non-nullable property 'Achievements' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
dotnet/UserApi/UserApi/Models/AppUser.cs#L91
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading