Skip to content

(#272) [.Net 9] Add HybridCache #391

(#272) [.Net 9] Add HybridCache

(#272) [.Net 9] Add HybridCache #391

Triggered via push April 28, 2025 01:45
Status Success
Total duration 6m 52s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/Microservices/Common/ClassifiedAds.CrossCuttingConcerns/Caching/ICache.cs#L11
Rename virtual/interface member ICache.Get(string) so that it no longer conflicts with the reserved language keyword 'Get'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)