In short - is there a way to manually run a tool that generates Resource.Designer.cs file, outside of Visual Studio?
Longer - I'm developing Android app in Xamarin and due to personal preference I use Jetbrains Rider whenever I can. However each time I create anything that would modify that file in Rider - the file is not updated. So each time I want to add a string, view, value or anything in Resource folder I must do that inside Visual Studio. If there was a way to manually tell a tool to update Resource.Designer.cs file that would save a lot of hassle.