Hugh Bellamy
Hugh Bellamy
I'm not planning to add any more tests :) Thanks for your review
If there are situations where Debug asserts can be hit by unit tests, I've only ever seen us removing them (and fixing any downstream bugs, e.g., NREs etc.).
Hi there - yes I am planning on advancing this. I will try to do so this week!
Errors on the debug build: ``` Unhandled exception. Unhandled exception. System.DllNotFoundException: Unable to load DLL 'PresentationNative_cor3.dll' or one of its dependencies: The specified module could not be found. (0x8007007E) at...
Yeah would be nice to document these scripts and how to integrate them. For example, in winforms we called `init-tools-native.ps1` from within `configure-toolset.ps1` leading to double initialization: https://github.com/dotnet/winforms/pull/3335