Skip to content

Consider adding a class item template #1713

@kendrahavens

Description

@kendrahavens

Add dotnet new class

dotnet new class is an expected path to new users. Without it, we assume the user adds new .cs file through their file explorer or their editor. I'm contributing to docs to make this clearer, but ideally it'd be a simple command that creates a Class1.cs file in the current directory.

using System;

namespace <ParentFolder>
{
    public class Class1
    {

    }
}

Customer filed issue on this.

Metadata

Metadata

Labels

Iteration:2023Januaryarea: template-contentThe issue is related to content of template packages managed in this repo (/template_feed)size:3.0triagedThe issue was evaluated by the triage team, placed on correct area, next action defined.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions