Skip to content

Purge Inspector from main.#115

Merged
EvelynTSMG merged 1 commit intomainfrom
purge-inspector
Mar 18, 2026
Merged

Purge Inspector from main.#115
EvelynTSMG merged 1 commit intomainfrom
purge-inspector

Conversation

@fkelava
Copy link
Copy Markdown
Collaborator

@fkelava fkelava commented Mar 18, 2026

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.json due 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 debug mod/runtime or test harness instead.

It is difficult to use Inspector as a standalone tool, because mods
(incl. the Runtime) are not loadable standalone due to defective
behavior of .NET SDK (dotnet/docs#48132,
dotnet/sdk#46218) in which it purges
the Fahrenheit core from ``.deps.json`` due to mod projects
having to exclude assets to prevent invalid copy of core assemblies.

While this is blatantly invalid from SDK, it is not worth working around.
We can run what we want from debug mod/runtime or test harness instead.
@fkelava fkelava added this to the 1.0.0-alpha09 milestone Mar 18, 2026
@fkelava fkelava added the Bug Issues, unintended behavior, and crashes. label Mar 18, 2026
@EvelynTSMG EvelynTSMG added Maintenance Chores, routine, and refactors for the project's long-term health. and removed Bug Issues, unintended behavior, and crashes. labels Mar 18, 2026
@EvelynTSMG EvelynTSMG assigned fkelava and unassigned fkelava Mar 18, 2026
@EvelynTSMG EvelynTSMG removed the Maintenance Chores, routine, and refactors for the project's long-term health. label Mar 18, 2026
@EvelynTSMG EvelynTSMG removed this from Fahrenheit Mar 18, 2026
@EvelynTSMG EvelynTSMG removed this from the 1.0.0-alpha09 milestone Mar 18, 2026
@EvelynTSMG EvelynTSMG linked an issue Mar 18, 2026 that may be closed by this pull request
@EvelynTSMG EvelynTSMG merged commit 590fd3e into main Mar 18, 2026
1 check passed
@EvelynTSMG EvelynTSMG deleted the purge-inspector branch March 18, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Purge Inspector

2 participants