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-quarantined-pr (Tests: Ubuntu x64) failed Jul 23, 2024 in 13m 2s

Tests: Ubuntu x64 failed

Annotations

Check failure on line 17 in src/Caching/Hybrid/src/HybridCacheBuilderExtensions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Caching/Hybrid/src/HybridCacheBuilderExtensions.cs#L17

src/Caching/Hybrid/src/HybridCacheBuilderExtensions.cs(17,90): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'IHybridCacheSerializer<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in src/Caching/Hybrid/src/HybridCacheBuilderExtensions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Caching/Hybrid/src/HybridCacheBuilderExtensions.cs#L40

src/Caching/Hybrid/src/HybridCacheBuilderExtensions.cs(40,94): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'IHybridCacheSerializerFactory' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in src/Caching/Hybrid/src/HybridCacheOptions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Caching/Hybrid/src/HybridCacheOptions.cs#L19

src/Caching/Hybrid/src/HybridCacheOptions.cs(19,12): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'HybridCacheEntryOptions' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 31 in src/Caching/Hybrid/src/HybridCacheBuilderExtensions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Caching/Hybrid/src/HybridCacheBuilderExtensions.cs#L31

src/Caching/Hybrid/src/HybridCacheBuilderExtensions.cs(31,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'IHybridCacheSerializer<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 22 in src/Caching/Hybrid/src/Internal/DefaultHybridCache.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Caching/Hybrid/src/Internal/DefaultHybridCache.cs#L22

src/Caching/Hybrid/src/Internal/DefaultHybridCache.cs(22,52): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'HybridCache' could not be found (are you missing a using directive or an assembly reference?)