Skip to content

Program.cs snippets missing using statement for extension methods #18562

Open
@daveops1

Description

@daveops1

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions