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

Constructor is breaking earlier than it should #292

Closed
belav opened this issue Jun 12, 2021 · 1 comment
Closed

Constructor is breaking earlier than it should #292

belav opened this issue Jun 12, 2021 · 1 comment
Labels

Comments

@belav
Copy link
Owner

belav commented Jun 12, 2021

public class ClassName
{
    // this is 92, but if you add one more character it breaks
    public AutoMapperMappingException(string message, Exception innerException_____________)
        : this(message, innerException) => Types = types;
    // this doesn't break yet
    public void AutoMapperMappingException(string message, Exception innerException________________)
    { }
}
@belav
Copy link
Owner Author

belav commented Dec 26, 2023

This was fixed at some point

@belav belav closed this as completed Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant