fix(build): fix CA1305 error in SmtpEmailService Release build #22
Annotations
9 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
tests/ClientManager.Api.Tests/Controllers/CustomerControllerTests.cs#L205
Possible null reference argument for parameter 'source' in 'CustomerDto Enumerable.First<CustomerDto>(IEnumerable<CustomerDto> source)'.
|
|
Build:
tests/ClientManager.Api.Tests/Controllers/DocumentControllerTests.cs#L100
Dereference of a possibly null reference.
|
|
Build:
tests/ClientManager.Application.Tests/CustomerApplicationTests.cs#L125
Converting null literal or possible null value to non-nullable type.
|
|
Build:
tests/ClientManager.Application.Tests/DocumentApplicationTests.cs#L108
Converting null literal or possible null value to non-nullable type.
|
|
Build:
tests/ClientManager.Api.Tests/Controllers/CustomerControllerTests.cs#L205
Possible null reference argument for parameter 'source' in 'CustomerDto Enumerable.First<CustomerDto>(IEnumerable<CustomerDto> source)'.
|
|
Build:
tests/ClientManager.Api.Tests/Controllers/DocumentControllerTests.cs#L100
Dereference of a possibly null reference.
|
|
Build:
tests/ClientManager.Application.Tests/CustomerApplicationTests.cs#L125
Converting null literal or possible null value to non-nullable type.
|
|
Build:
tests/ClientManager.Application.Tests/DocumentApplicationTests.cs#L108
Converting null literal or possible null value to non-nullable type.
|
Loading