ReswPlus
ReswPlus copied to clipboard
Unleash your resw files with this Visual Studio extension: auto generation of strongly typed static properties, support of pluralization, strongly typed string formatting, etc...
https://github.com/DotNetPlus/ReswPlus/blob/f44b81cee34141ef41184dd3546eaaf905d9c6cf/src/VSExtension/ReswPlus.Core/CodeGenerators/CppCXCodeGenerator.cs#L257 https://github.com/DotNetPlus/ReswPlus/blob/f44b81cee34141ef41184dd3546eaaf905d9c6cf/src/VSExtension/ReswPlus.Core/CodeGenerators/CppWinRTCodeGenerator.cs#L274 These two buffers are allocated, but never freed, leading to a memory leak
If you create a new C++/WinRT project from the IDE, add a .resw file, and then generate the advanced class, it will generate C++/CX code, which will naturally fail to...
I read that VS 2017 and 2019 are supported and I would like to see if it will solve a problem I have, but I am limited to use in...
When a resw is in a shared project (I'm using Uno Platform to target both Wasm and UWP so I need it like that) then it throws a NullReferenceException when...
One of the main things I downloaded this is for being able to set TargetNullValue from XAML. I'm only able to set it to a string directly in XAML. While...
Hi! Since lib generates WinRT related code and uses only ResW, we can't use it in NetStandard1.4 (or any else netstandard) projects. I see, that repository is called 'Res**w**Plus', but...
Fixes #28.
You have two install options. Searching for it in extension manager and from Microsoft's website. I have installed both in VS2022 17.6.3 and neither options works. ReswPlus is in the...
I would be very happy if the extension would also work for a project based on uno platform. this would then also support WinUI3 through the namespace. In order to...
Thanks for a nice library. Current version creates build warnings related to nullables. This change fixes this by marking the code as generated (similar to other generators). Changes: - Header...