fix unit test w jwt creator #17
ci.yml
on: push
Annotations
17 warnings
python-unit-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
python-unit-tests
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
python-unit-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
changed-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
changed-files
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
changed-files
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run-service-unit-tests (UserService)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run-service-unit-tests (UserService):
UserService/UserService.Domain/Entities/User.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.
|
run-service-unit-tests (UserService):
UserService/UserService.Domain/Entities/User.cs#L13
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
run-service-unit-tests (UserService):
UserService/UserService.Application/Results/UserResult.cs#L16
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
run-service-unit-tests (UserService):
UserService/UserService.Infrastructure/Authentication/JwtSettings.cs#L12
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
run-service-unit-tests (UserService):
UserService/UserService.Infrastructure/Authentication/JwtSettings.cs#L14
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
run-service-unit-tests (UserService):
UserService/UserService.Domain/Entities/User.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.
|
run-service-unit-tests (UserService):
UserService/UserService.Domain/Entities/User.cs#L13
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
run-service-unit-tests (UserService):
UserService/UserService.Application/Results/UserResult.cs#L16
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
run-service-unit-tests (UserService):
UserService/UserService.Infrastructure/Authentication/JwtSettings.cs#L12
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
run-service-unit-tests (UserService):
UserService/UserService.Infrastructure/Authentication/JwtSettings.cs#L14
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|