Skip to content

ReswFileCodeGenerator disappears from Custom Tool property #227

Description

@Lorenz5600

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

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions