csharpier icon indicating copy to clipboard operation
csharpier copied to clipboard

#if with method chaining doesn't indent properly

Open belav opened this issue 3 years ago • 0 comments

            var query = _context.Products
#if OLD_FROM_SQL
            .FromSql(sql)
#else
            .FromSqlRaw(sql)
#endif

belav avatar Aug 23 '21 14:08 belav