Kah Wei, Tng
Kah Wei, Tng
For anyone else who is trying to do the same but encountering the same issue, I have hacked together a sample here that works: https://github.com/Pycorax/.NET-Core-HostWithHostFxr-Sample I'm not too sure if...
Hi, I'm running into a similar issue now with the following being outputted and causing loading issues: `vnet5.0` Instead of how it should be: `net5.0` This is generated from the...
@ClxS I have attempted a fix for this based on your suggestion and the expected fix for .NET 5.0. However, `dotnetbase.isNewFormatProject(cfg)` does not seem to be present. I'm not very...
@samsinsane Nope, that doesn't seem to work either
@samsinsane Thanks! I looked into overrides and I got an idea of what you're suggesting here. I've appended it to the bottom of my file but, it is indicating that...
After looking into it further, I managed to fix it by replacing the `local` keyword for `platformsElement()`'s definition with `function`. I'm not sure if this is the correct way though.
@samsinsane I'm currently modifying the source code in the `modules/vstudio/vs2010_vcxproj.lua` file. I can verify that without the conditional check, it fixes this issue but ends up breaking existing test cases...
I'm running into the same issue too.:  Attached is the settings.json file: [settings.json](https://github.com/TranslucentTB/TranslucentTB/files/13695109/settings.json) I'm not sure if this might have to do with my version of Windows 11 but...