From 1fcaf6c1bb838f3c33116ec6e90f900eab166533 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 6 Sep 2024 14:58:12 -0700 Subject: [PATCH] fix line length linter complaint. --- release-notes/8.0/known-issues.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-notes/8.0/known-issues.md b/release-notes/8.0/known-issues.md index 4f98f08ea4..230987516b 100644 --- a/release-notes/8.0/known-issues.md +++ b/release-notes/8.0/known-issues.md @@ -9,7 +9,8 @@ You may encounter the following known issues, which may include workarounds, mit 8.0.4xx doesn't support restoring a workload set listed in a global.json file. See the [documentation](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-sets#use-globaljson-for-the-workload-set-version) for more details on the scenario of pinning a workload version. **Error** -`Unhandled exception: Microsoft.Build.Exceptions.InvalidProjectFileException: SDK Resolver Failure: "The SDK resolver "Microsoft.DotNet.MSBuildWorkloadSdkResolver" failed while attempting to resolve the SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exception: "System.IO.FileNotFoundException: Workload version 8.0.401, which was specified in \global.json, was not found. Run "dotnet workload restore" to install this workload version.` +`Unhandled exception: Microsoft.Build.Exceptions.InvalidProjectFileException: SDK Resolver Failure: "The SDK resolver "Microsoft.DotNet.MSBuildWorkloadSdkResolver" failed while attempting to resolve the SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". +Exception: "System.IO.FileNotFoundException: Workload version 8.0.401, which was specified in \global.json, was not found. Run "dotnet workload restore" to install this workload version.` **Workaround** Run `dotnet workload update` first to get the workload set instaleld and then run `dotnet workload restore` after to install the required workloads.