Implement API login, logout + tests #719
Annotations
22 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3.1.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Requests/Api/ApiSendPasswordResetMailRequest.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Database/DbRefreshToken.cs#L19
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Requests/Api/ApiSendPasswordResetMailRequest.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Database/DbRefreshToken.cs#L19
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Requests/Api/ApiSendPasswordResetMailRequest.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Database/DbRefreshToken.cs#L19
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Requests/Api/ApiSendPasswordResetMailRequest.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Database/DbRefreshToken.cs#L19
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Responses/Api/ApiTypes/Errors/ApiError.cs#L23
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Requests/Api/ApiSendPasswordResetMailRequest.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
SoundShapesServer/Types/Database/DbRefreshToken.cs#L19
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Sound Shapes Server for Linux ARM64", "Sound Shapes Server for Linux x64", "Sound Shapes Server for Windows x64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading