Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/sdkPublic

Stop adding a runtimeconfig.dev.json by default on built apps #16818

Closed
Assignees
benvillalobos
Milestone
@mateoatr

Description

@mateoatr

Probing consumes a significant ammount of time at startup in the host. With changes introduced indotnet/runtime#50671, we move away from expensive file-accessing calls made by the host's probing logic and make them conditional upon whether any additional probing paths were passed to hostpolicy. This improves performance of anydotnet ... command as well as the time to main.

Note that by default the SDK generates a<app>runtimeconfig.dev.json when building an app, which ends up adding additional probing paths which are not necessary (all dependencies are included in the app folder which is probed first, related:#15210) -- causing the host to probe more than necessary and missing on any performance gains achieved by the above PR.

/cc@vitek-karas@brianrob

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp