-
Notifications
You must be signed in to change notification settings - Fork 122
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
Implement vsproj support #215
Conversation
Merge Visual Studio project support to feature branch (NOT MASTER!)
This is a pretty significant change and I may need a bit of help. If anyone can offer some assistance regarding git-fu (reducing the non-changes changes - if possible or ideas for how to crunch them into a single commit), and also help identifying/fixing the cause of the transforms regression (I put a screenshot of the comparison of the expected and actual file. |
@Bartvds Any chance you can investigate Bartvds/tslint-path-formatter#4 ? This update to grunt-ts is now blocked by the bug it fixes. I'm willing to do it if you give me permissions to the repo. |
The diff does contain changes to |
Merge PR #215 - Implement Visual Studio Project support
This pull request adds support for Visual Studio project files in grunt-ts.
WORK IN PROGRESS - DO NOT MERGE
Examples:
Known Issues:
vs
withfiles
(will not be supported) (warning implemented in eaec13a).tslint-path-formatter
. (removed this dependency in 78ca831)nycdotnet
grunt task (done c13488b)clean:testPost
not running (it was)).suppressImplicitAnyIndexErrors
warning (not plural) (fixed in 6782332)