-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
Description
I tried the following line from this page to add a namespace to the implicit using list ...
<Import Include="System.IO.Pipes" />
and that did not seem to work. Googling around I found another tag name that did work
<Using Include="System.IO.Pipes" />
https://dotnetcoretutorials.com/2021/08/31/implicit-using-statements-in-net-6/
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 40c80da1-37e3-efc4-5208-4ef4c4d84cfd
- Version Independent ID: bcf66f2a-bd70-ea8c-e9f0-198c897a8634
- Content: Breaking change: Implicit
global usingdirectives in C# projects - .NET - Content Source: docs/core/compatibility/sdk/6.0/implicit-namespaces.md
- Product: dotnet-fundamentals
- GitHub Login: @gewarren
- Microsoft Alias: gewarren