ReadableExpressions icon indicating copy to clipboard operation
ReadableExpressions copied to clipboard

A library and Debugger Visualizer which translates Expression Trees into readable C# source code. .NET 3.5+ and .NET Standard 1.0+.

Results 16 ReadableExpressions issues
Sort by recently updated
recently updated
newest added

An exception occurred translating that Expression`1. System.TypeInitializationException: The type initializer for 'AgileObjects.ReadableExpressions.Visualizers.Core.Configuration.VisualizerDialogSettings' threw an exception. ---> System.TypeInitializationException: The type initializer for 'AgileObjects.ReadableExpressions.Visualizers.Core.Configuration.VisualizerDialogSettingsManager' threw an exception. ---> **System.UnauthorizedAccessException: Access to the...

I get this exception when viewing a certain automapper expression. I can't give give source due to NDA, but I can give you some limited other information. Visual Studio 2109...

Hi. I just installed version 4.1.0 of the AgileObjects Readable Expressions Visualizers. This is my first time attempting to use the visualizers. When I attempt to open the visualizer I...

First expression i try to debug i get this exception: ``` System.TypeLoadException: The generic type 'System.Func`3' was used with an invalid instantiation in assembly 'System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. at System.RuntimeTypeHandle.Instantiate(Type[]...

Hi, I'm utilizing this library for some Metaprogramming and am having issues with the rendering of `typeof(Action)` lambdas. I was wondering if you could submit a fix for the following....

I am in need of the ability to override the translation you've implemented for specific Expression types. I'm exploring metaprogramming via ast -> expression trees -> sourcecode that would essentially...

Extension version: 4.6.0 (latest as at time of writing) Visual Studio version: 2022 Professional 17.9.2 (latest as at time of writing) ![image](https://github.com/agileobjects/ReadableExpressions/assets/1726434/ba774b52-9752-4156-8821-e5008595c177) The following is also logged in the Output...

![image](https://github.com/agileobjects/ReadableExpressions/assets/1726434/489a24cf-d156-4fd9-8724-3febd866b82a) As you can see from the above, the QuickWatch window has a "Close" button at the bottom-right. Muscle memory means I assume that the "Copy" button in the ReadableExpressions...

enhancement
in-branch

Hello, version 4.1.1 introduced a bug with comparing enum values. The bug still persists, when the the left and right side are explicitly cast to an integer. The example works...