Skip to content

Commit

Permalink
Merge pull request dotnet#8201 from baronfel/sdk-solution-output-brea…
Browse files Browse the repository at this point in the history
…king-change

log known issue for CLI --output flag in 7.0.200 and link to breaking change doc
  • Loading branch information
rbhanda authored Feb 17, 2023
2 parents 01634b9 + 4f8f0a5 commit 7a7ec65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release-notes/7.0/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ To circumvent this issue, you will need to modify the local installation to prob

This issue will be resolved in .NET 7 RC 2.

### [7.0.200] Using the `--output` option fails for many commands when targeting a solution

A [breaking change](https://learn.microsoft.com/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid) was introduced that was intended to prevent common build errors. However, many users relied on this behavior to build their projects. We have downgraded this change to a warning and are intent on releasing this fix in 7.0.201. Please see the linked breaking change notification for more details.

## ASP.NET Core

### [7.0] bind get, set, after can't be used in 7.0 Blazor applications
Expand Down

0 comments on commit 7a7ec65

Please sign in to comment.