Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Invalid C# file created with new Library project #6640

@mrward

Description

@mrward
  • Affects master branch
  • Creating a new Library or PCL project results in a class containing the following code which does not compile:
using System;
namespace NewProject
{
    public class MyClass.cs
    {
        public MyClass.cs()
        {
        }
    }
}

There may be other affected projects.

I suspect this is related to the new file template change - #6590

VS bug #733182

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions