Skip to content

Commit

Permalink
Merge pull request dotnet#8202 from dotnet/rbhanda-patch-1
Browse files Browse the repository at this point in the history
Create known-issues.md fir .NET 8.0
  • Loading branch information
rbhanda authored Feb 17, 2023
2 parents 7a7ec65 + 41ef338 commit d0bc12c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release-notes/8.0/known-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# .NET 8.0 Known Issues

You may encounter the following known issues, which may include workarounds, mitigations, or expected resolution timeframes.

## .NET SDK
### [8.0 Preview 1] 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 .NET 8.0 Preview 2. Please see the linked breaking change notification for more details.

0 comments on commit d0bc12c

Please sign in to comment.