Michael Kriese
Michael Kriese
Alternative we can told the user to add a global startup and teardown hook for snapper
Ok, that looks really framework dependent. 🤔 May be we can simply delete all snapshots if update is active? But for that, we need a possibillity to detect partial test...
I've an API which uses Dictionary like types, so it has a string / object indexer like this ```cs public interface IDataObject { object this[string key] { get; set; }...
because sometimes i need to merge parts of dotnet object to js objects (not a big issue) but i also need to allow generating some js object which needs to...
yes. i currently get it working without but handling in Javascript isn't that nice because of additional helper methods on separate global object to handle the conversion
Ok, will try to make a mockup in next days
thanks, had no time to work in this yet.
Ok, i've updated the description a little bit, because this feature is requested by some users, but we maintainer have no direct interest, as we don't currently use or require...
I've also seen, that the `ARM64` qemu docker emulation is very slow when trying to compile binaries, so maybe some cross compilation would make it alot faster. https://github.com/nodejs/node-gyp/issues/829