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

#if with method chaining doesn't indent properly #415

Closed
belav opened this issue Aug 23, 2021 · 1 comment · May be fixed by #761
Closed

#if with method chaining doesn't indent properly #415

belav opened this issue Aug 23, 2021 · 1 comment · May be fixed by #761
Labels

Comments

@belav
Copy link
Owner

belav commented Aug 23, 2021

            var query = _context.Products
#if OLD_FROM_SQL
            .FromSql(sql)
#else
            .FromSqlRaw(sql)
#endif
@belav belav modified the milestones: 1.0.0, directives Nov 21, 2022
belav added a commit that referenced this issue Nov 21, 2022
@belav belav modified the milestones: 0.21.0, 0.22.0 Nov 28, 2022
@belav belav modified the milestones: 0.22.0, 0.23.0 Jan 4, 2023
@belav belav modified the milestones: 0.23.0, 0.24.0 Mar 6, 2023
@belav belav removed this from the 0.24.0 milestone Apr 10, 2023
@belav
Copy link
Owner Author

belav commented Dec 26, 2023

too edgecase to be worth it

@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

Successfully merging a pull request may close this issue.

1 participant