
|
If you were logged in you would be able to see more operations.
|
|
|
ReSharper
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
|
|
If one adds a custom string formatting method, it doesn't get persisted between Visual Studio sessions.
|
|
Description
|
If one adds a custom string formatting method, it doesn't get persisted between Visual Studio sessions. |
Show » |
|
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