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
Hello!
Thank you for creating this project and making it available as Free and MIT license. This was really helpful for me to create templates for microservices.
While using it, I found multiple issues:
--file-extensions-to-ignore option isn't quite working. I tried it with value ".csproj.user" option but it seemed files were still being copied. It didn't work with commandline arguments or from-file with config file option.
when using solution-snapshotter.exe from-file input.config if the input.config has below as the value for folders to ignore, then it doesn't really ignore them. I tried the below possible variations and non of them worked. <add key="folders to ignore" value="bin, packages, obj, lib, .git, .vs, node_modules, TestResults" />
another way <add key="folders to ignore" value="bin packages obj lib .git .vs node_modules TestResults" />
May be there is another way to use it. Can you please clarify if am I doing something wrong?
For some reason all the files that get copied, I noticed the UTF-8 bom gets removed hence the stylecop warning comes up. I verified that the original solution does have the UTF-8 bom but once I install the template and try to create a solution from it, all the files get installed with utf-8 encoding instead of UTF-8 BOM. It is easier to fix but wanted to bring it up. I have code-analysis RULE: SA1412 turned on so if a consumer of the template creates the solution, by default they are not able to build the projects with success without fixing all the files with UTF-8 BOM.
Once again, thank you so much for such useful utility. Feel free to reach out to me if you have any questions or suggestions or comments on me using it incorrectly, please let me know.
The text was updated successfully, but these errors were encountered:
Hello!
Thank you for creating this project and making it available as Free and MIT license. This was really helpful for me to create templates for microservices.
While using it, I found multiple issues:
--file-extensions-to-ignore option isn't quite working. I tried it with value ".csproj.user" option but it seemed files were still being copied. It didn't work with commandline arguments or from-file with config file option.
when using solution-snapshotter.exe from-file input.config if the input.config has below as the value for folders to ignore, then it doesn't really ignore them. I tried the below possible variations and non of them worked.
<add key="folders to ignore" value="bin, packages, obj, lib, .git, .vs, node_modules, TestResults" />
another way
<add key="folders to ignore" value="bin packages obj lib .git .vs node_modules TestResults" />
May be there is another way to use it. Can you please clarify if am I doing something wrong?
For some reason all the files that get copied, I noticed the UTF-8 bom gets removed hence the stylecop warning comes up. I verified that the original solution does have the UTF-8 bom but once I install the template and try to create a solution from it, all the files get installed with utf-8 encoding instead of UTF-8 BOM. It is easier to fix but wanted to bring it up. I have code-analysis RULE: SA1412 turned on so if a consumer of the template creates the solution, by default they are not able to build the projects with success without fixing all the files with UTF-8 BOM.
Once again, thank you so much for such useful utility. Feel free to reach out to me if you have any questions or suggestions or comments on me using it incorrectly, please let me know.
The text was updated successfully, but these errors were encountered: