You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
assert that the File Nesting extension is installed.
assert that File Nesting extension has all properties set to true.
create a new Class Library (.NET Standard) application in Visual Studio 2017 RC 15.0.0-RC.4+26206.0`.
assert that the default class, Class1.cs is present.
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.
The text was updated successfully, but these errors were encountered:
Installed product versions
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 targetnetcoreapp1.0
or greater. However, it does not work on projects that targetnetstandard
of any version.Steps to recreate
File Nesting
extension is installed.File Nesting
extension has all properties set totrue
.Class Library (.NET Standard)
application inVisual Studio 2017 RC
15.0.0-RC.4+26206.0`.Class1.cs
is present.Class1.nested.cs
.Current behavior
The created file is not nested.
Expected behavior
The created file should be nested.
The text was updated successfully, but these errors were encountered: