ResxManager has a option to inform what is the Neutral Language of the solution.
This information is stored into solution file (.sln). But every time when I change something in a resource file resxmanager is updating these configurations in .sln file, but inverting the sequence of the properties.
This is causing a double work when going to commit the project changes.
Comments: ** Comment from web user: tomenglert **
This information is stored into solution file (.sln). But every time when I change something in a resource file resxmanager is updating these configurations in .sln file, but inverting the sequence of the properties.
This is causing a double work when going to commit the project changes.
Comments: ** Comment from web user: tomenglert **
I could not reproduce that the configuration is updated every time changing a resource file.
Changes are only written if a configuration value has changed, i.e. when you change something in the configuration page.
I agree that changing the order on every save is annoying, however I have no control how VisualStudio will write these entries into the solution file, since I'm just using VisualStudios EnvDTE.Globals object to read or write values.
You can file a bug for VisualStudio that entries created by EnvDTE.Globals should persist in the solution always with the same order.