Alex Martsynkevich
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created Missing ProjectReference question
If a .csproj contains a <ProjectReference> which is not in solution, even though VS2012 has no problems building it, the UI still has troubles resolving the reference. I.e. Solution Explorer displa... -
Created Debugging .NET framework source
I realize that you might consider this question misdirected, but still I hope that I might find an expert here and since this is “Community” section here I go.I can’t get to debug .NET framework so... -
Created How resharper resolves references?
So, I have a solution with two projects. One of them has a post-build event copying its output binaries to another location. The other references the first one, however not directly, but the copy i... -
Created Async support version
Is there any chance to find out which version are you planning to add async support in (this issue: http://youtrack.jetbrains.net/issue/RSRP-196518 ).I'm wondering whether it'll be 6.5 or 7, not ac... -
Created Validating method's parameter is marked as 'only used in precondition'
Recent Resharper builds mark parameters of my validating methods as 'not used'. I was wondering what's the correct approach to take when writing these methods?Example:private static void ValidateTe... -
Created EAP 5 license key
"VS2010Beta1" still works in beta 2, but that expires tomorrow.Also, any estimate on when we'll have to pay for an upgrade?Thanks! -
Created 5.0 Build for VS 2010 beta 2?
I see a build for VS 2008, yet the installer doesn't see VS 2010 beta 2 I just installed. I have an Ultimate edition on x64 Windows 7.And what are those PowerToys?? -
Created Private members with custom attributes marked as unused
You'd normally add custom attributes to private members to locate them with reflection. Perhaps it makes sense to avoid marking any of these members (as well as their parameters, if any) as unused?...