You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running an app as .NET 5 single-file bundle, the AppContext.GetData("APP_CONTEXT_DEPS_FILES") points to a non-existing file - <directory with the bundle>/myapp.deps.json.
The runtime property should return empty-string for self-contained single-file and should return only framework deps files for framework-dependent single-file.
For .NET 6 we should consider adding some way to actually reading the content of the application's .deps.json file which is currently not accessible in any way.
The text was updated successfully, but these errors were encountered:
When running an app as .NET 5 single-file bundle, the
AppContext.GetData("APP_CONTEXT_DEPS_FILES")
points to a non-existing file -<directory with the bundle>/myapp.deps.json
.The runtime property should return empty-string for self-contained single-file and should return only framework deps files for framework-dependent single-file.
For .NET 6 we should consider adding some way to actually reading the content of the application's
.deps.json
file which is currently not accessible in any way.The text was updated successfully, but these errors were encountered: