Skip to content

Commit 0a982c2

Browse files
committed
Incorp feedback
1 parent 410369f commit 0a982c2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/msbuild/errors/msb4220.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This error occurs when you try to stop a build, but a long-running task that is
4040

4141
In current versions, MSBuild built-in tasks generally support clean cancellation. However, this is up to the task author, or the author of the target or the SDK that packages the targets and tasks. If the issue persists, you could try upgrading to the most recent versions of SDKs you're using to see if the task was updated to support cancelability.
4242

43-
If you're the author of the task, consider implementing the `ICancellableTask` interface, so that your task supports cancellation. If you're consuming a task from an SDK or a third-party provider of a target, then you can contact the owner and ask them to implement `ICancellableTask` in a future version of the task.
43+
If you're the author of the task, consider implementing the <xref:Microsoft.Build.Framework.ICancelableTask> interface, so that your task supports cancellation. If you're consuming a task from an SDK or a third-party provider of a target, then you can contact the owner and ask them to implement `ICancellableTask` in a future version of the task.
4444
<!-- :::editable-content-end::: -->
4545
<!-- :::ErrorDefinitionDescription-end::: -->
4646

docs/msbuild/errors/msb4226.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ This article describes the MSB4226 error code.
3838
-->
3939
## Description
4040

41-
The error refers to a compatibility issue when building older projects in Visual Studio 2015. If you're using a newer version of Visual Studio and MSBuild, this is no longer relevant.
41+
This error occurs when MSBuild tries to import a file, but the file couldn't be found. The fallback paths mentioned in the error text are only relevant for Visual Studio 2015 and earlier. If you're using a newer version of Visual Studio and MSBuild, you can ignore the information about fallback search paths.
4242

4343
## Resolution
4444

45-
Upgrade or reinstall a newer version of MSBuild or Visual Studio. You can download a free version at [Visual Studio downloads](https://visualstudio.microsoft.com/vs).
45+
See the guidance for [MSB4019](./msb4019.md).
46+
4647
<!-- :::editable-content-end::: -->
4748
<!-- :::ErrorDefinitionDescription-end::: -->
4849

docs/msbuild/errors/msb4249.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article describes the MSB4249 error code.
3434
-->
3535
## Description
3636

37-
The error occurs when you try to build a legacy ASP.NET project (prior to ASP.NET Core) that targets the .NET Framework, by using the `dotnet` command-line tool. The `dotnet` command-line tool is built for .NET Core (and .NET 5 and later) and doesn't support this legacy project type.
37+
The error occurs when you try to build an ASP.NET project (prior to ASP.NET Core) that targets the .NET Framework, by using the `dotnet` command-line tool. The `dotnet` command-line tool is built for .NET Core (and .NET 5 and later) and doesn't support this legacy project type.
3838

3939
## Resolution
4040

0 commit comments

Comments
 (0)