Skip to content

Feature/add transactioncsv api #5

Feature/add transactioncsv api

Feature/add transactioncsv api #5

Triggered via pull request August 18, 2024 12:02
Status Success
Total duration 30s
Artifacts

CI_Backend.yml

on: pull_request
build-and-test
23s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
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/
build-and-test: src/Domain/Entities/Transaction.cs#L9
Non-nullable property 'SourceAccount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Domain/Entities/Transaction.cs#L11
Non-nullable property 'DestinationAccount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Application/DTOs/Result.cs#L39
'Result<T>.Fail(string)' hides inherited member 'Result.Fail(string)'. Use the new keyword if hiding was intended.
build-and-test: src/Application/Mappers/ProfileMapper.cs#L14
Possible null reference assignment.
build-and-test: src/Application/Mappers/ProfileMapper.cs#L15
Possible null reference assignment.
build-and-test: src/Application/Mappers/ProfileMapper.cs#L25
Possible null reference assignment.
build-and-test: src/Application/Mappers/ProfileMapper.cs#L26
Possible null reference assignment.
build-and-test: src/Application/Mappers/IdentityMapper.cs#L25
Possible null reference assignment.
build-and-test: src/Application/Mappers/IdentityMapper.cs#L26
Possible null reference assignment.
build-and-test: src/Application/Mappers/IdentityMapper.cs#L37
Possible null reference assignment.