Comments
Sort by recent activity
Can you please post a link to the changelog? I want to directly find out what changed (instead of asking every time in the forum [image] / comments
Can you please post a link to the changelog? I want to directly find out what changed (instead of asking every time in the forum
I would suggest you just have a look at Visual Studio and do profiles that match the assemblies that are added when I for example create a "Silverlight Application", etc. / comments
I would suggest you just have a look at Visual Studio and do profiles that match the assemblies that are added when I for example create a "Silverlight Application", etc.
Great [image]
Does the early build include all the improvements or should I wait for the final 7 (I cannot test it at the moment, will soon)?
Did I trigger this new features with my post or was it planned a long time ago for version 7?
Can you shortly describe if and what kind of CompilerGenerated code is left? Or is it all gone and we now always get code back that can be directly compiled without errors?
How about Label/Goto statements? I guess you still cannot remove all of them?
Thanks! / comments
Great
Does the early build include all the improvements or should I wait for the final 7 (I cannot test it at the moment, will soon)?
Did I trigger this new features with my post or was it planned...
I haven't checked but isn't some of the stuff in the CompilerGenerated code sections referenced in the user code? Will leaving out the CompilerGenerated types confuse people?
Don't get me wrong I am all for leaving out the CompilerGenerated code but will it lead to compilable, bug-free code? With bug-free I mean the same runtime-behavior then the original assembly code? / comments
I haven't checked but isn't some of the stuff in the CompilerGenerated code sections referenced in the user code? Will leaving out the CompilerGenerated types confuse people?
Don't get me wrong I a...
Thanks for all your answers!
The most annoying thing are the missing local variables. Also I have the impression the debugger added some additional local variables. As it seems just from the information contained in the assembly alone Reflector won't ever be able to restore local variables.
As for the other issues, are there any settings in the Reflector Options which will improve the results?
Will future versions of Reflector improve the restored code quality?
Thanks,
sb / comments
Thanks for all your answers!
The most annoying thing are the missing local variables. Also I have the impression the debugger added some additional local variables. As it seems just from the inform...
But my code is refering to that CompilerGenerated Code I think. Could have been Enumerated types from what I have seen that resulted in that CompilerGenerated code.
Just to check: all local variables in methods are loosing their original names? I don't have a PDB but would Reflector use any information from the PDB while restoring code?
The label/goto statements are new. I obviously didn't have them in the original code. I guess I have to manually remove them and hope not to introduce bugs [image]
Do you know what constructs make the compile to create label/goto statements? This info might help me during manually removing label/goto.
Thanks,
sb / comments
But my code is refering to that CompilerGenerated Code I think. Could have been Enumerated types from what I have seen that resulted in that CompilerGenerated code.
Just to check: all local variab...