Activity overview
Latest activity by alehandro
nick.maidment wrote:
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!
OK, thanks, I"ll post issues into new location (but actually put here a lot of issues...... ) / comments
nick.maidment wrote:
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...
Baml decoding issue for System types
there should be an alias for System names space, I guess, here is an example of what is now and what it should be:
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentati...
Resources: not possible to save resource with long path
imagine your assembly has a resource that has directories in name
in this case when do right click -> Save As Reflector shouts loudly:
.NET Reflector
File resources/icons/addimage_16.png is not a ...
Baml decoding issue with AppWorkspaceColorKey
Reflector decoded baml as (an excerpt)
<GeometryDrawing.Brush>
<LinearGradientBrush LinearGradientBrush.StartPoint="0.522284,1.81298" LinearGradientBrush.EndPoint="0.522284,-0.812977">
<GradientBru...
Baml decoding issue
Reflector 7.5 has a .baml decoding issue on one of resources (when clicking on .baml node in a tree view of resources):
System.ArgumentException: Invalid name character in '8, Culture=neutral, Publ...
Baml -> Xaml not complete decoding
Hi,
here is a short explanation of the issue:
1)Reflector (7.5.0.252) did this:
........
<ResourceDictionary>
<Style Style.TargetType="{x:Type ToolTip}">
.......
</Style>
</ResourceDictionary>
but ...
Generics issue
Hi
Am I right supposing this the correct place to report bugs for just released Reflecto7?
If yes, here we go:
What Reflector produces
[CompilerGenerated]
private sealed class c00015d : IEnumerator...
report to MS? [image] / comments
report to MS?
Try to change your proj into .NET 4.0 / comments
Try to change your proj into .NET 4.0
from my experience,
string CS$0$0001; - that is a valid compiler generated string!
but when you try to do compile it as a user code -bang, then $ is forbidden, yes
the only way is to do manual replace of $ into X for example [image] / comments
from my experience,
string CS$0$0001; - that is a valid compiler generated string!
but when you try to do compile it as a user code -bang, then $ is forbidden, yes
the only way is to do manual repl...