-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
.NET 8: Tidy required .json
assets for apps
#18597
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
.json
assets for apps.json
assets for apps
Since the dotnet host loads both files, why not merge the schema into a single file and embed it in the App lib itself? We could call it |
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
.NET apps have two
.json
files that are not important to be either loose assets or in existence at all in some scenarios.Example:
Proposal:
runtimeconfig.json
for all apps, possibly in the app host.deps.json
for RID-specific apps, at least by default.This would result in .NET apps being two files by default (not counting the PDB). It would bring us much closer to the one-file experience we had with .NET Framework, by default. If folks wanted just one file, they could opt for framework-dependent single file.
The text was updated successfully, but these errors were encountered: