-
Notifications
You must be signed in to change notification settings - Fork 9
Purge Inspector #116
Copy link
Copy link
Labels
MaintenanceChores, routine, and refactors for the project's long-term health.Chores, routine, and refactors for the project's long-term health.
Milestone
Metadata
Metadata
Assignees
Labels
MaintenanceChores, routine, and refactors for the project's long-term health.Chores, routine, and refactors for the project's long-term health.
Type
Projects
Status
Released
It is difficult to use Inspector as a standalone tool, because mods (incl. the Runtime) are not loadable standalone due to strange behavior of .NET SDK (dotnet/docs#48132, dotnet/sdk#46218) in which it purges the Fahrenheit core from
.deps.jsondue to mod projects having to exclude assets to prevent invalid copy of core assemblies.This is not worth working around. We can run what we want from the debug mod, runtime, or test harness instead.