-
Notifications
You must be signed in to change notification settings - Fork 2
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
Using not deleted #3
Comments
Is there any chance you can provide me with an example .zip file with the problematic structure so I can replicate it easily? Unless it's like something common. I didn't notice using clauses being duplicated in the example I think (although - to tell you the truth - I didn't test it out with two separate .cs files, I just assumed it works exactly as it does on a python project). Do remember that this file for C# settings https://github.com/ajakubo1/CGMerger/blob/main/templates/default-csharp/cgmerger.conf is quite important. especially this part, that is matching those using lines:
or by manually running |
Ok, so we analyzed with @Nerwosolek the situation a bit and it turns out that the whole problem is that I open the file without specified encryption and visual studio is adding to all of the files something called |
@Nerwosolek - can you confirm that my fix works? pull the latest changes (lookout though, the templates are gone - I will create another repo for them) and run |
Duplicate using clause not deleted from output cs file.
The text was updated successfully, but these errors were encountered: