Merge pull request #1 from saeg/initial #2
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L85
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L55
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L58
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L61
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L64
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L66
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L28
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L28
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L28
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WebJaguarPortal/ViewModels/UserViewModel.cs#L28
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading