Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HybridCache: reflect API merge into runtime #56945

Closed
wants to merge 6 commits into from

work around ToDistributedCacheEntryOptions memoize utility method

7e6aa49
Select commit
Loading
Failed to load commit list.
Closed

HybridCache: reflect API merge into runtime #56945

work around ToDistributedCacheEntryOptions memoize utility method
7e6aa49
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci (Build Build: Windows x64/x86/arm64) failed Jul 24, 2024 in 12m 18s

Build Build: Windows x64/x86/arm64 failed

Annotations

Check failure on line 9 in src\Caching\Hybrid\src\HybridCacheOptions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Windows x64/x86/arm64)

src\Caching\Hybrid\src\HybridCacheOptions.cs#L9

src\Caching\Hybrid\src\HybridCacheOptions.cs(9,14): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'HybridCacheOptions' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 11 in src\Caching\Hybrid\src\IHybridCacheBuilder.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Windows x64/x86/arm64)

src\Caching\Hybrid\src\IHybridCacheBuilder.cs#L11

src\Caching\Hybrid\src\IHybridCacheBuilder.cs(11,18): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'IHybridCacheBuilder' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 9 in src\Caching\Hybrid\src\HybridCacheOptions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Windows x64/x86/arm64)

src\Caching\Hybrid\src\HybridCacheOptions.cs#L9

src\Caching\Hybrid\src\HybridCacheOptions.cs(9,14): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'implicit constructor for 'HybridCacheOptions'' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 24 in src\Caching\Hybrid\src\HybridCacheOptions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Windows x64/x86/arm64)

src\Caching\Hybrid\src\HybridCacheOptions.cs#L24

src\Caching\Hybrid\src\HybridCacheOptions.cs(24,38): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'DisableCompression.get' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 24 in src\Caching\Hybrid\src\HybridCacheOptions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Windows x64/x86/arm64)

src\Caching\Hybrid\src\HybridCacheOptions.cs#L24

src\Caching\Hybrid\src\HybridCacheOptions.cs(24,43): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'DisableCompression.set' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)