Updated the Identity Service for interaction and storage #1
Build the project
42s
Publish to Github Registry
6s
Annotations
1 error and 10 warnings
Publish to Github Registry
buildx failed with: ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount58384141/Dockerfile: no such file or directory
|
Build the project:
identity-service/IdentityService.Data/Models/ApplicationUser.cs#L9
Non-nullable property 'ChannelName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the project:
identity-service/IdentityService.Web/ViewModels/LoginViewModel.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the project:
identity-service/IdentityService.Web/ViewModels/LoginViewModel.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the project:
identity-service/IdentityService.Web/ViewModels/LoginViewModel.cs#L14
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the project:
identity-service/IdentityService.Web/Controllers/AuthenticationController.cs#L42
Dereference of a possibly null reference.
|
Build the project:
identity-service/IdentityService.Web/Program.cs#L29
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
Build the project:
identity-service/IdentityService.Data/Models/ApplicationUser.cs#L9
Non-nullable property 'ChannelName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the project:
identity-service/IdentityService.Web/ViewModels/LoginViewModel.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the project:
identity-service/IdentityService.Web/ViewModels/LoginViewModel.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build the project:
identity-service/IdentityService.Web/ViewModels/LoginViewModel.cs#L14
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|