Skip to content

refactor(SyncCache): simplify ResetAsync method (#750) #532

refactor(SyncCache): simplify ResetAsync method (#750)

refactor(SyncCache): simplify ResetAsync method (#750) #532

Triggered via push June 24, 2025 02:55
Status Success
Total duration 9m 27s
Artifacts

Codecov.yml

on: push
Matrix: codecov
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
codecov (5, 16): src/BuildingBlocks/Service/Masa.BuildingBlocks.Service.Contracts/ResponseBase.cs#L6
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
codecov (5, 16): src/BuildingBlocks/Service/Masa.BuildingBlocks.Service.Contracts/RequestBase.cs#L6
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
codecov (5, 16): src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L36
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
codecov (5, 16): src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L9
When implementing IComparable, you should also override <= and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
codecov (5, 16): src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L65
Cannot convert null literal to non-nullable reference type.
codecov (5, 16): src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L65
Possible null reference argument for parameter 'left' in 'bool Enumeration.operator ==(Enumeration left, Enumeration right)'.
codecov (5, 16): src/Utils/Models/Masa.Utils.Models.Config/Paginated/PaginatedListBase.cs#L8
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
codecov (5, 16)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
codecov (5, 16)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
codecov (5, 16)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
codecov (5, 16)
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
codecov (5, 16)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
codecov (5, 16)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/