From b14bd5541fdda4dbf78c0fb7fbd01f45a62bb44f Mon Sep 17 00:00:00 2001 From: Rahul Bhandari Date: Fri, 17 Feb 2023 10:45:04 -0800 Subject: [PATCH 1/2] Create known-issues.md --- release-notes/8.0/known-issues.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 release-notes/8.0/known-issues.md diff --git a/release-notes/8.0/known-issues.md b/release-notes/8.0/known-issues.md new file mode 100644 index 00000000000..a5efa639906 --- /dev/null +++ b/release-notes/8.0/known-issues.md @@ -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.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 7.0.201. Please see the linked breaking change notification for more details. From 41ef338b6fb2f65aa281ba81c368a67a4a47b44b Mon Sep 17 00:00:00 2001 From: Rahul Bhandari Date: Fri, 17 Feb 2023 10:50:53 -0800 Subject: [PATCH 2/2] Update known-issues.md --- release-notes/8.0/known-issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/8.0/known-issues.md b/release-notes/8.0/known-issues.md index a5efa639906..06e31937889 100644 --- a/release-notes/8.0/known-issues.md +++ b/release-notes/8.0/known-issues.md @@ -3,6 +3,6 @@ You may encounter the following known issues, which may include workarounds, mitigations, or expected resolution timeframes. ## .NET SDK -### [8.0.0 Preview 1] Using the `--output` option fails for many commands when targeting a solution +### [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 7.0.201. Please see the linked breaking change notification for more details. +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.