Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring local methods as Expression extentions #197

Merged
merged 4 commits into from Oct 17, 2022

Conversation

magicmoux
Copy link
Contributor

@magicmoux magicmoux commented Oct 14, 2022

Refactoring local methods Decompile/Optimize/EvaluateExpression into extension methods for System.Linq.Expressions.Expression

@@ -7,11 +7,6 @@ namespace DelegateDecompiler
{
public class DecompileExpressionVisitor : ExpressionVisitor
{
public static Expression Decompile(Expression expression)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put this method back.

# Conflicts:
#	src/DelegateDecompiler.EntityFrameworkCore/AsyncDecompiledQueryProvider.cs
@hazzik hazzik enabled auto-merge (squash) October 17, 2022 01:20
@hazzik hazzik merged commit c7967f1 into hazzik:develop Oct 17, 2022
@hazzik
Copy link
Owner

hazzik commented Oct 17, 2022

This has been released in 0.31.0. Please consider ❤️ supporting the project.

@magicmoux magicmoux deleted the refactor/ExpressionExtensions branch October 17, 2022 07:29
billybraga pushed a commit to billybraga/DelegateDecompiler that referenced this pull request Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants