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.
Build Analysis / Build Analysis failed Jul 24, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

aspnetcore-components-e2e / Test: Blazor E2E tests on Linux / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Bash exited with code '1'.

aspnetcore-quarantined-pr / Tests: Helix / Build shared fx

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Caching\Hybrid\src\HybridCacheBuilderExtensions.cs(17,90): error CS0246: The type or namespace name 'IHybridCacheSerializer<>' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Caching\Hybrid\src\HybridCacheBuilderExtensions.cs(40,94): error CS0246: The type or namespace name 'IHybridCacheSerializerFactory' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Caching\Hybrid\src\HybridCacheBuilderExtensions.cs(31,40): error CS0246: The type or namespace name 'IHybridCacheSerializer<>' could not be found (are you missing a using directive or an assembly reference?)

aspnetcore-quarantined-pr / Tests: Windows x64 / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Caching\Hybrid\src\HybridCacheBuilderExtensions.cs(17,90): error CS0246: The type or namespace name 'IHybridCacheSerializer<>' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Caching\Hybrid\src\HybridCacheBuilderExtensions.cs(40,94): error CS0246: The type or namespace name 'IHybridCacheSerializerFactory' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Caching\Hybrid\src\HybridCacheBuilderExtensions.cs(31,40): error CS0246: The type or namespace name 'IHybridCacheSerializer<>' could not be found (are you missing a using directive or an assembly reference?)

6 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [aspnetcore-components-e2e] [aspnetcore-ci] [aspnetcore-quarantined-pr] [aspnetcore-quarantined-pr]

Was this helpful? Yes No