R# 904: keeps changing the .resharper file
Hello
For our project we have the .resharper file checked into our SVN repository
and we have set the Code Style Sharing to "Shared across the team, per
solution". For some reason and I haven't exactly figured out when, the
.resharper file is being modified and when I look at the results of the diff
I am not sure what is going on here:
Index: Contoso.MarginalProfit.4.0.resharper
===================================================================
--- Contoso.MarginalProfit.4.0.resharper (revision 19863)
+++ Contoso.MarginalProfit.4.0.resharper (working copy)
@@ -206,6 +206,11 @@
True
+
+
+ False
+ False
+
Please sign in to leave a comment.
Hello,
The Naming Conventions subsystem is being refactored. Probably, the settings
format has changed.
If there're both R#4 and R#4.0.1 builds used on the same solution they'll
conflict on the settings file. We'll make sure the release R#4 and R#4.0.1
versions can live together on solution settings, but currently it's not that
smooth on the nightly builds.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Oh okay thanks for the information, it is not such a big issue. I am the
only one using the nightly builds at the moment of all .NET devs.
Gabriel Lozano-Moran
"Serge Baltic" <baltic@intellij.net> wrote in message
news:dc0986bffbf5a8caaa8557bf30f8@news.intellij.net...
>
>
>