dotnet / dotnet/msbuild

Multi-line command is reformatted on a single line

Open
#3,693 4 comments 2 reactions 0 assignees View on GitHub
triaged
Dominant language
C#
Stars
5.5k
Forks
1.5k
Avg merge
1d 8h
Merged PRs (30d)
141

Description

### Environment
Visual Studio 2017 15.8

### Steps to reproduce

1) Create new .net standard library project

2) Add a target to csproj:

```xml


netstandard2.0




```

3) Exclude "Class1.cs" from project (or some other operation that requires saving csproj)

4) Save project (Ctrl+S)

### Expected behavior
```xml


netstandard2.0






```

### Actual behavior
```xml


netstandard2.0






```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.