Skip to content

Update NuGet packages to latest versions #16

Update NuGet packages to latest versions

Update NuGet packages to latest versions #16

Triggered via push May 13, 2026 23:20
Status Success
Total duration 2m 33s
Artifacts

sonar.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SonarCloud: src/Application/Common/Extensions/QueryableExtensions.cs#L132
All 'OrderBy' method overloads should be adjacent.
SonarCloud: src/Application/Common/Constants/DbProviderKeys.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration.
SonarCloud: src/Application/Common/Extensions/DateTimeExtensions.cs#L1
Move 'DateTimeExtensions' into a named namespace.
SonarCloud: src/Application/Common/Mappings/MapsterConfiguration.cs#L28
Possible null reference assignment.
SonarCloud: src/Application/Common/Mappings/MapsterConfiguration.cs#L26
Possible null reference assignment.
SonarCloud: src/Application/Common/Extensions/DescriptionAttributeExtensions.cs#L20
Converting null literal or possible null value to non-nullable type.
SonarCloud: src/Application/Common/Extensions/DescriptionAttributeExtensions.cs#L12
Converting null literal or possible null value to non-nullable type.
SonarCloud: src/Domain/Entities/Product.cs#L19
Remove this empty class, write its code or make it an "interface".