Skip to content

Team Epic: .NET Runtime Repo Developer Inner Loop Productivity #44393

@trylek

Description

@trylek

In .NET 6 timeframe we intend to improve on the following aspects of developer inner loop productivity based on feedback regarding common pain points:

  • Reduce manual steps needed for unit testing of private coreclr dev bits from 4 to 1
  • Coreclr up-to-date check takes < 5s on an average dev machine
  • Local build time
  • Local build reliability and consistency
  • Telemetry

Unit testing

  • Define a msbuild hooks that allows you to replace the runtime and host inside a retail dotnet sdk install. This will enable 'overriding' runtime components with private developer flies.
  • Produce a dev-inner loop based off of single file. The single file host includes various runtime components compiled into a static library. This removes the need of manual patching of files.
  • Build on top of the prototype to extend to other areas of the runtime, such as using different libraries.

Local build time

Local build reliability and consistency (5 weeks total)

Documentation (2 days total)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions