Hi,
I'm trying to use the extension with VS 2026 (WinUi3 project). Whenever I enter "ReswFileCodeGenerator" into the custom tool property (german version, here it's called "Benutzerdefiniertes Tool") of my resources.resw, it disappears. When I hit enter after typing it stays for some time, but a rebuild removes the property again.
Strangely, even if the property field is empty, it shows up in my .csproj:
<ItemGroup>
<PRIResource Update="Strings\Resources.resw">
<Generator>ReswFileCodeGenerator</Generator>
</PRIResource>
</ItemGroup>
but no class is generated at all. Unfortunately, I don't see any errors I could start messing around with.
Any ideas what could go wrong here and where to start?
Thanks in advance
Jake
Hi,
I'm trying to use the extension with VS 2026 (WinUi3 project). Whenever I enter "ReswFileCodeGenerator" into the custom tool property (german version, here it's called "Benutzerdefiniertes Tool") of my resources.resw, it disappears. When I hit enter after typing it stays for some time, but a rebuild removes the property again.
Strangely, even if the property field is empty, it shows up in my .csproj:
but no class is generated at all. Unfortunately, I don't see any errors I could start messing around with.
Any ideas what could go wrong here and where to start?
Thanks in advance
Jake