csharpextensions
csharpextensions copied to clipboard
Feature auto capitalize namespace tokens
Hi, Thanks for the plugin. I started to use this plugin. But in my projects the folders are not case sensitive. So I added a capitalization of the namespace tokens for projects that use lower case folders and fixed a little bug in the namespace generation.
See the details in the CHANGELOG.md.
Kind regards Oliver
👍 looks good, will try and find time to give it a proper look
Hi, I also added support for compilation folder configured in csproj-file of a project. If the project file contains the following configuration:
<ItemGroup>
<Compile Include="src/**/*.cs" />
<EmbeddedResource Include="resources/**/*" />
</ItemGroup>
The folder "src" will also be stripped out from the generated namespace.
Kind regards Oliver