Open
Description
Environment
- Visual Studio version: 2017 Community
- CodeMaid version: 10.5
- Code language: C#
Description
Regions are not created when I use shared projects with Xamarin and C # applications
Steps to recreate
- Create 3 projects:
1.1. One shared project
1.2. One C# Console
1.3. One Xamarin Android - Make the reference to shared project between the C# console and the Xamarin Android project.
- Now, on the shared project open the class file and perform a clean up active document.
Current behavior
The #Regions are not created and the code is not organized
Expected behavior
The #Regions are created and the code is organized