Skip to content

Build is broken for main due to conflicting PRs #102930

@stephentoub

Description

@stephentoub

#102636 and #102034 got merged in parallel and conflict. The latter made GenericCache generic and the former uses the non-generic.

D:\repos\runtime\src\coreclr\System.Private.CoreLib\src\System\RuntimeType.CoreCLR.cs(3970,17): error CS0305: Using the generic type 'GenericCache<TKey, TValue>' requires 2 type arguments [D:\repos\runtime\src\coreclr\System.Private.CoreLib\System.Private.CoreLib.cspro
j]
D:\repos\runtime\src\coreclr\System.Private.CoreLib\src\System\RuntimeType.CoreCLR.cs(3972,29): error CS0122: 'RuntimeType.ActivatorCache.ActivatorCache(RuntimeType)' is inaccessible due to its protection level [D:\repos\runtime\src\coreclr\System.Private.CoreLib\Syste
m.Private.CoreLib.csproj]
D:\repos\runtime\src\coreclr\System.Private.CoreLib\src\System\RuntimeType.CoreCLR.cs(3973,17): error CS0305: Using the generic type 'GenericCache<TKey, TValue>' requires 2 type arguments [D:\repos\runtime\src\coreclr\System.Private.CoreLib\System.Private.CoreLib.cspro
j]

cc: @jkoritzinsky, @AaronRobinsonMSFT

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions