Skip to content

.NET Core-based projects are not using the RAR cache in design-time builds #3022

@davkean

Description

@davkean

When I create a .NET Framework project, without building the following files exist in obj:

ConsoleApp1.csproj.CoreCompileInputs.cache
DesignTimeResolveAssemblyReferencesInput.cache

For .NET Core projects, the following files exist:

ConsoleApp126.AssemblyInfo.cs
ConsoleApp126.AssemblyInfoInputs.cache
ConsoleApp126.csproj.CoreCompileInputs.cache

Looks like we're skipping the cache (DesignTimeResolveAssemblyReferencesInput.cache is missing) in design-time builds. I don't know who's bug this is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Resolution-FixedThe bug has been fixed, refer to the milestone to see in which release it was fixed.Tenet-PerformanceThis issue affects the "Performance" tenet.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions