Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working in netcoreapp, but not netstandard. #70

Open
ciel opened this issue Feb 22, 2017 · 0 comments
Open

Working in netcoreapp, but not netstandard. #70

ciel opened this issue Feb 22, 2017 · 0 comments

Comments

@ciel
Copy link

ciel commented Feb 22, 2017

Installed product versions

  • Visual Studio: Visual Studio 2017 RC4
  • This extension: 2.6.67

Description

Just posting some feedback and information for people, I understand this might get deleted, but I feel it's useful for others to find, since this is where they'll come.

As of Visual Studio 2017 RC4 (15.0.0-RC.4+26206.0) this plugin works in projects that target netcoreapp1.0 or greater. However, it does not work on projects that target netstandard of any version.

Steps to recreate

  1. assert that the File Nesting extension is installed.
  2. assert that File Nesting extension has all properties set to true.
  3. create a new Class Library (.NET Standard) application in Visual Studio 2017 RC 15.0.0-RC.4+26206.0`.
  4. assert that the default class, Class1.cs is present.
  5. create a new file in the same directory named Class1.nested.cs.

Current behavior

The created file is not nested.

Expected behavior

The created file should be nested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant