-
Notifications
You must be signed in to change notification settings - Fork 17
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
File Utilities #33
File Utilities #33
Conversation
…Compile Include tags from the project file
@@ -0,0 +1,80 @@ | |||
// The MIT License (MIT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need license here. It's in root
Couple of tests would be nice |
@donopj2 Nice work! Definitely a good start :) Regarding tests, I introduced |
Did you see this comment? Maybe we could leave some of the heavy lifting here to Forge... |
Yea Forge hadn't occurred to me but looks spot on for this. Makes sense. |
This is just some rough utility functions and file types, but I figured it might be useful to others who just want to focus on the algorithm/ordering piece. Its heavily influenced by
Paket
, but since both projects need to parse .Net files I thought it made sense. I realize there is a laundry list of safety/platform logic to add so I'll be updating this PR as we go along. Basic usage:What are we planning to use for unit tests? I'll open an issue for discussion.