sciserver / graywulf

Database cluster federation toolkit
2 stars 3 forks source link

Improve out-of-box experience (OOBE) for new user's first build #48

Open jspraul opened 7 years ago

jspraul commented 7 years ago

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!

dobos commented 7 years ago

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.