-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
good first issueThis issue should be relatively straightforward to fix.This issue should be relatively straightforward to fix.help wantedThis issue involves technologies where we are not experts. Expert help would be appreciated.This issue involves technologies where we are not experts. Expert help would be appreciated.
Milestone
Description
Steps
var builder = new IndentedStringBuilder();
using (builder.Indent())
builder.AppendLine();
return builder.ToString();
Result
" \r\n"
Expected
"\r\n"
The extra characters are a waste of space. 😉 We currently use IndentedStringBuilder
in the following areas.
- Migrations
- Code
- DDL
- Query
- SQL
Metadata
Metadata
Assignees
Labels
good first issueThis issue should be relatively straightforward to fix.This issue should be relatively straightforward to fix.help wantedThis issue involves technologies where we are not experts. Expert help would be appreciated.This issue involves technologies where we are not experts. Expert help would be appreciated.