History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-48265
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Andrew Serebryansky
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

String formatting methods persistence doesn't work

Created: 30 Aug 07 08:38   Updated: 06 Oct 07 11:23
Component/s: None
Fix Version/s: 3.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 517
Fixed in build: 535


 Description  « Hide
If one adds a custom string formatting method, it doesn't get persisted between Visual Studio sessions.

 All   Comments   Work Log   Change History      Sort Order:
Valentin Shtronda - 05 Oct 07 20:42
Looks like this is fixed in build 534 but:

1) the behaviour need to be corrected a bit. I had AssertionMethod and TerminatingMethod settings stored in my *.resharper files. There were no StringFormatMethod entries in them at that moment since *.resharper files were created when ReSharper didn't contain StringFormatMethod functionality. After I upgraded to build 534, ReSharper deleted all default pre-defined settings for StringFormatMethod.

2) Default pre-defined settings for StringFormatMethod contain duplicate entry and a couple of missing entries. I don't remember exactly which settings were there initially but after correction I have the following ones:

System.String.Format
System.Text.StringBuilder.AppendFormat
System.IO.TextWriter.WriteLine
System.IO.TextWriter.Write
System.Console.WriteLine
System.Console.Write
System.Console.Out.WriteLine
System.Console.Out.Write
System.Diagnostics.Debug.Print


Eugene Pasynkov - 06 Oct 07 11:23
Yes, thank, it is actually fixed.
Anyway, all these settings are obsolete in 4.0 - absolutely new mechanism is developed