Vitek Karas
Vitek Karas
@sbomer for both review and as an FYI.
Is there any connection to build properties? If I'm building an app for net7.0-windows threading is always available and so I should not need to add any attributes or runtime...
The `FluentAssertions` library changed. The version I was working against back then was `4.19.4`, you're working with `6.12.0`. Looking in disassembler, it seems the method just got renamed though. Now...
I think it's a good solution for now, and we'll see if it works for everybody or it needs more tweaking. I only question the support for absolute paths. I...
I think it's a good solution for now, and we'll see if it works for everybody or it needs more tweaking. I only question the support for absolute paths. I...
I think it would make sense to be able to add some custom message to the error. Ideally, when we fail to find the SDK, we should: * Print out...
I think it would make sense to be able to add some custom message to the error. Ideally, when we fail to find the SDK, we should: * Print out...
@BrzVlad - could you please take a look?
I honestly don't know. I "think" 137 means either manual "kill process" signal, or OOM. But 0x80004005 doesn't mean much (E_FAIL) unfortunately. Given the install/uninstall - if your machine is...
I can explain this behavior, but not the failure (that one is still a mystery to me). Installing a version will very likely (I would have to defer to the...