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: macOS) failed Jul 23, 2024 in 18m 34s

Tests: macOS failed

Annotations

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: macOS)

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 22 in src/Caching/Hybrid/src/Internal/DefaultHybridCache.cs

See this annotation in the file changed.

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

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?)

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: macOS)

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: macOS)

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 27 in src/Caching/Hybrid/src/Internal/DefaultHybridCache.cs

See this annotation in the file changed.

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

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

src/Caching/Hybrid/src/Internal/DefaultHybridCache.cs(27,22): 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?)