Thomas Stocker

- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
-
Thomas Stocker created a post, Visual Studio Crashes with Out of Memory Exceptions
I tried Resharper 6.0 EAP (newest version) and enabled the solution wide analysis the result was that the Memory usage balloned to over 2.5 GB and then it crashedthe same solution needed in Resharp... -
Thomas Stocker created a post, Pattern Catalog Replace swallows code
I wanted to acchieve following: Resharper should warn me on follwing statement:Form1 form1 = new Form1(); form1.Text = "test"; form1.FormBorderStyle = FormBorderStyle.Fixed3D; ... -
Thomas Stocker created a post, Shutdown Resharper 5.0 in Visual Studio 2008 Fatal Error
Shutdown Resharper 5.0 in Visual Studio 2008 Fatal ErrorSincerly Thomas Stocker---------------------------ReSharper – Fatal Error – Technical Data---------------------------JetBrains ReSharper has ... -
Thomas Stocker created a post, Profile Memory Usage in Unit Test
There is a Profile option for a Unit test in the Unit Test Runner.But by default this always profiles the runtimes.Is it possible to profile the Memory Usage although using the function. Or to some... -
Thomas Stocker created a post, Memory Leak in Resharper ?
I always display in the Status Bar the Total used Memory of resharperIf I start Resharper it starts with 4 MB used Memory.Then I open a Project and work with it, then I reopen the same Project agai... -
Thomas Stocker created a post, Open API Change in Nightly Build 534 ?
I use the RGreatEx 0.9.27 Plugin and the Plugin worked until Resharper Nightly Build version 533 with 534 it doesn't load anymore :( -
Thomas Stocker created a post, Renaming, a strongly Typed Resource, doesn't rename Resource Entry
I tried to rename a strongly typed Resource,which worked, the generated code was renamed. And if I said although search renaming in string literals the Resource Access was renamed.But unfortunately... -
Thomas Stocker created a post, Resharper does not recognize incorrect recursive constant definitions
The following Code is not correct, because it is a recursive Constant Definition,But this is not recognizednamespace WindowsApplication3{ class Class1 { private const double test = test; }} -
Thomas Stocker commented,