Sebastiaan Dammann
Sebastiaan Dammann
Decky should have a mode where the plugins are not loaded but can be updated. Would greatly improve the UX during these regular events.
I ran into something similar in my tests. For some reason, in my .NET 10 app, the 3.x version of `Microsoft.AspNetCore.Components.Forms` was requested which was then resolved by NUnit's `TestAssemblyLoadContext`...
Yup that did it! Very curious to learn what the fix is! Met vriendelijke groet, Sebastiaan Dammann ________________________________ Van: Christian Held ***@***.***> Verzonden: Friday, December 19, 2025 3:32:57 PM Aan:...
I'm also running into this issue, when referencing 4.14.0 nothing from that assembly (things like `DiagnosticDescriptor`) can be resolved.
This indeed happens when the test itself creates child processes (for instance: MSSQL localdb, or webdrivers/browsers) and fails to terminate these child processes. `dotnet test` will then indeed hang. Still...