Zephyr Lykos
Zephyr Lykos
I think unix users today prefer the use of ~/.config and following this convention has been popularized among many programs.
@microsoft-github-policy-service agree
Thank you for the extensive review. I will work on the changes later.
> Are we talking about the legacy icl.exe that pairs with icc, or one of the oneAPI (LLVM based) compilers? the legacy one. i'm fine with ignoring it.
need integration with vs2010backend.py
TODO: add a method to the `Compiler` instance and use it
cc @dcbaker this is now implemented. we should probably expose another interface to select the best flag to enable modules in the interpreter so every project doesn't have to reinvent...
@U65535F Meanwhile, you can use `winetricks dotnet48` to install the non-Mono version, that should be sufficient to run your build.
afaik it's likely not possible to run XamlTaskFactory on Mono for now - it uses runtime c# codegen (CodeDomProvider) which is quirky on Mono