How can we help you today? How can we help you today?
alehandro

Activity overview

Latest activity by alehandro

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...
1 follower 1 comment 0 votes
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 ...
1 follower 1 comment 0 votes
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...
1 follower 1 comment 0 votes
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...
1 follower 1 comment 0 votes
Baml -&gt; 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 ...
2 followers 3 comments 0 votes
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...
1 follower 2 comments 0 votes
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...
0 votes