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
I use AddAnyFile by pressing Shift+F2 and typing a file name. e.g. myclass.cs. In the past, this always created the correct file for me with the public scope. However I have just recently started using the extension with Visual Studio 2022 and alas, it seems to create new class files with the internal scope. Is there a way to revert back to the preferred behavior? I write a lot of decoupled injected code so seldom use internal.
Steps to reproduce
Within Visual Studio 2022 Solution Explorer, press Shift+F2 to create a new c# class file.
Enter the filename (e.g. myclass.cs) into the dialog and press enter
Expected behavior: A new c# class gets created scoped as public
Actual behavior: A new c# class gets created scoped as internal
The text was updated successfully, but these errors were encountered:
Description
I use AddAnyFile by pressing Shift+F2 and typing a file name. e.g. myclass.cs. In the past, this always created the correct file for me with the public scope. However I have just recently started using the extension with Visual Studio 2022 and alas, it seems to create new class files with the internal scope. Is there a way to revert back to the preferred behavior? I write a lot of decoupled injected code so seldom use internal.
Steps to reproduce
Expected behavior: A new c# class gets created scoped as public
Actual behavior: A new c# class gets created scoped as internal
The text was updated successfully, but these errors were encountered: