Paolo Ponzano
![Avatar](https://secure.gravatar.com/avatar/6a7ab997c42f99015f3cb779987ab080?default=https%3A%2F%2Fassets.zendesk.com%2Fhc%2Fassets%2Fdefault_avatar.png&r=g)
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
Paolo Ponzano created a post, Find all localizable strings
Hello, I was wondering if there's a simple way to search inside an MVC application for all localizable strings so that I know exactly what I've to put inside a resource file. Unfortunately, I've be... -
Paolo Ponzano commented, -
Paolo Ponzano created a post, [Moderately urgent] - Problem when writing a closing bracket... brings me mad..
Hello, I've updated R# to the latest version and I got a really weird thing... I don't know why this happens When I add manually a close bracket } instead of putting it highlight the whole class, ... -
Paolo Ponzano created a post, AnswereddotMemory unit & test, newbie question
I've got a simple test that's made of <pre> [Test]public void TestMethod2(){var mimmo = new Mimmo(); GC.WaitForPendingFinalizers();GC.Collect(); dotMemory.Check(memory =>{Assert.That(memory.GetObje... -
Paolo Ponzano created a post, Creating all Unit Test from a class file or project
Hello, Does resharper implement such a feature? To create unit test starting from a class file nor the entire project solution, or does any plugin do so? Thanks in advance Paolo -
Paolo Ponzano created a post, Add action when performing "Initialize Field From constructor"
Hello, I was wondering if It's possible to perform addictional step when performing this action What I've to do in the specific is to add this <pre> Argument.IsNotNull(()=>repository); </pre> an... -
Paolo Ponzano created a post, How to add a code modification feature
Hello, I don't know if it's possible and how to achieve this.... I'm using Catel as MVVM Framework in a WPF application and since I'm using a weaver assembly to convert the auto properties to Catel... -
Paolo Ponzano commented, -
Paolo Ponzano created a post, AnsweredIs there any way to apply region wrapping?
Hello, I was wondering if resharper can perform code format to apply the #region for variables /constructor/methods... I mean consider the following code public class SettingsWindowViewModel : View... -
Paolo Ponzano created a post, Resharper.user and Visual Source Safe
Hello to everybody.... is there a way to avoid the <project>.Resharper.<version>.user to be added under source safe? We're 10 developers and each time someone checks out reshaper's file all the oth...