Guillaume

Results 5 comments of Guillaume

I am not sure github action is necessary, we can simply check if in the .vcxproj the key `CLRSupport` is present, like this: ```xml #... true true ``` I am...

I tried a workaround solution with `AdditionalOptions` but that doesn't enable properly /CLR (and the subsettings like mscorlib ref), still need to manual switch the value. ```json { "targets": [...

@reconbot ☝🏻 (I don't know if you watch this repository, I allow myself to ping you.)

I tried on a Mojave but I thought my teammate had last macbook air version (because they need to do it also) 🤔

> That "third number" is not constant and depends heavily on which projects you decide to do I have this in mind but I think it will be interesting to...