Description
I believe a using statement is needed for the LinqFaroShuffle namespace in the Program.cs file (at least should be made explicit in the docs, when not using Visual Studio - as it does this automatically for you when adding a new item). When using Visual Studio Code and creating the new Extensions.cs file, you also need to make sure the namespace of the file is included via using statement in Program.cs file. You could also have the user name to project to LinqFaroShuffle and any new files would use that namespace without the need for a using statement. This is already established in the samples, probably, but would be nice to spell it out in docs as well.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 5a2b7453-076c-a18e-f999-cbd57ab13e60
- Version Independent ID: b687ed5b-5013-cceb-01e5-77f9cc7bb534
- Content: Working with LINQ
- Content Source: docs/csharp/tutorials/working-with-linq.md
- Product: dotnet-csharp
- Technology: csharp-linq
- GitHub Login: @BillWagner
- Microsoft Alias: wiwagn