Is there any "easy" (drag-and-drop) method to add a new file to Resources.resx
to the WPF project in Rider? The only way I found is to add file to Resources
folder and then open Resources.resx
in XML format and add this:
<data name="name_of_resource" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\file_name.ext;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
It's not very hard to add one file like this but when I have to add many files it's more complicated and time-consuming than in Visual Studio where I can just open resources in designer mode, and do drag-and-drop to add new files.
Use Visual Studio to add the resources and then go back to Rider.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With