Improve out-of-box experience (OOBE) for new user's first build#48
Open
jspraul wants to merge 5 commits intosciserver:v1.2/developfrom
jspraul:v1.2/develop
Open
Improve out-of-box experience (OOBE) for new user's first build#48jspraul wants to merge 5 commits intosciserver:v1.2/developfrom jspraul:v1.2/develop
jspraul wants to merge 5 commits intosciserver:v1.2/developfrom
jspraul:v1.2/develop
Conversation
Also fixes minor build issue (file missing from source control)
Member
|
Hey, I'm glad you found it useful. I'm currently working on building issues and continuous integration but this is a big and complex project and I'm the only developer right now. I was also considering factoring out the parser project entirely, maybe will do it sometime. I'll take a look at your pull request sometime this week. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some minor tweaks and clean-up to improve a new user's first build.
I tried to keep the changes minimal and granular enough that you can pick and choose what you want to apply, if anything. Unfortunately the .NET 4.5 change (to reach a slightly wider audience) was done before the hint path change, so there may be a slight conflict if you want the hint path fixed without .NET 4.5.
There is a lot of interest in parsing SQL in C#; you might gain some developers if you document more about how you're doing that!
Any documentation on how to build (still have to build entities solution twice!) and use the project would be a great addition to the README. Thanks for your consideration & keep up the good work!