Bump Dapper from 2.1.66 to 2.1.79#33
Merged
wesilios merged 1 commit intoJul 8, 2026
Merged
Annotations
11 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:
src/Infrastructures/CleanArchitecture.Infrastructure/DataAccess/QueryServices/PaletteQueryService.cs#L98
Dereference of a possibly null reference.
|
|
Build:
src/Infrastructures/CleanArchitecture.Infrastructure/ServiceCollectionExtensions.cs#L56
Possible null reference argument for parameter 'connectionString' in 'CleanArchitectureConnectionFactory.CleanArchitectureConnectionFactory(string connectionString)'.
|
|
Build:
src/Infrastructures/CleanArchitecture.Infrastructure/DataAccess/CleanArchitectureDbContext.cs#L42
Dereference of a possibly null reference.
|
|
Build:
src/Applications/CleanArchitecture.Application/DataObjects/PaletteDto.cs#L16
Non-nullable property 'Colors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Applications/CleanArchitecture.Application/DataObjects/PaletteDto.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Applications/CleanArchitecture.Application/DataObjects/PaletteDto.cs#L39
Non-nullable property 'Hex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Applications/CleanArchitecture.Application/Commands/CreatePaletteCommand.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Applications/CleanArchitecture.Application/Commands/UpdatePaletteCommand.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Domains/CleanArchitecture.Domain/Common/ValueObject.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
src/Infrastructures/CleanArchitecture.Infrastructure.Azure/ConfigurationBuilderExtensions.cs#L33
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
background
wait
wait-all
cancel
parallel
Loading