feat: now cicd can work #4
Annotations
11 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Application/DTOs/Result.cs#L39
'Result<T>.Fail(string)' hides inherited member 'Result.Fail(string)'. Use the new keyword if hiding was intended.
|
src/Application/Mappers/ProfileMapper.cs#L14
Possible null reference assignment.
|
src/Application/Mappers/ProfileMapper.cs#L15
Possible null reference assignment.
|
src/Application/Mappers/ProfileMapper.cs#L25
Possible null reference assignment.
|
src/Application/Mappers/ProfileMapper.cs#L26
Possible null reference assignment.
|
src/Application/Mappers/IdentityMapper.cs#L25
Possible null reference assignment.
|
src/Application/Mappers/IdentityMapper.cs#L26
Possible null reference assignment.
|
src/Application/Mappers/IdentityMapper.cs#L37
Possible null reference assignment.
|
src/Application/Mappers/IdentityMapper.cs#L38
Possible null reference assignment.
|
src/Web/Services/JwtGeneratorService.cs#L18
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
This job succeeded
Loading