Activity overview
Latest activity by nick.maidment
This is a problem which has already been reported, see the following link for more details http://forums.reflector.net/questions/2 ... e-too-long / comments
This is a problem which has already been reported, see the following link for more detailshttp://forums.reflector.net/questions/2 ... e-too-long
The code Reflector is generating is incorrect. It is trying to do the equivalent of the following, which does compile.
public Program(Func<string>x)
{
}
public Program(string errorMessage)
: this(() => errorMessage)
{
}
Ie the stuff to do with the local variable func, is supposed to be happening inside the call to this(…)
By the way, we also have a newer forum here: http://forums.reflector.net/ [image] / comments
The code Reflector is generating is incorrect. It is trying to do the equivalent of the following, which does compile.
public Program(Func<string>x)
{
}
public Program(string errorMessage)
: this((...
Thanks a lot, I've just been working through them now but posting on the other forum will give us an idea if other people are having problems with this as well [image] (I imagine they are) / comments
Thanks a lot, I've just been working through them now but posting on the other forum will give us an idea if other people are having problems with this as well (I imagine they are)
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
I've logged this bug under reference RP-2467 Thanks for reporting it / comments
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
I've logged this bug under reference RP-2467 Thanks for reporti...
I've logged this bug under reference RP-2466 Thanks for reporting it
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days. / comments
I've logged this bug under reference RP-2466 Thanks for reporting it
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these ...
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
Thanks for reporting this, I've logged this bug under reference RP-2465 / comments
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
Thanks for reporting this, I've logged this bug under reference...
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
I've logged this bug under reference RP-2464 Thanks for reporting this one! / comments
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
I've logged this bug under reference RP-2464 Thanks for reporti...
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
I've logged this bug under reference RP-2463 Thanks for reporting it! / comments
Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.
I've logged this bug under reference RP-2463 Thanks for reporti...
Could you clarify step #1 for me? "Open up Reflector 6.x sample Reflector"
Is visual studio closing down gracefully or flat out crashing? If it's crashing a stack trace would be helpful.
In Reflector go to tools -> options -> browser and enable side-by-side versioning. This should eliminate step #3 and allow you to load both .net 3.5 and .net 4 assemblies at the same time. / comments
Could you clarify step #1 for me? "Open up Reflector 6.x sample Reflector"
Is visual studio closing down gracefully or flat out crashing? If it's crashing a stack trace would be helpful.
In Reflect...
Yes, it would seem that if at any point you have a call to Format, GetName, GetNames, Parse, or ToString on an Enum, SA decides to not obfuscate it [image] / comments
Yes, it would seem that if at any point you have a call to Format, GetName, GetNames, Parse, or ToString on an Enum, SA decides to not obfuscate it