Conversation
f8ea7b4 to
a7b2b0d
Compare
|
Looks good to me 👍 Regarding the B.SqlDebugConsole extension: It just compiles fine in both configurations. My thought was not to include it in a distributable release build. But that's probably a separate step. |
|
Cool - I wasn't sure if it had a bunch of I did a bit of testing with this branch today but I can't build the That said, it looks like the command line version on the CI host is a Xamarin package (from the last Travis build log of #12, in the host setup section where it installs all the pre-requisite and build system packages) so I'm worried about how many users will be able to build. Do you mind if we go back to a 14.x build tools style for the nuget package imports? (it's those that need msbuild 15.x, or a posh IDE ;)) FYI - somewhat related; I prepared a branch, |
|
I'm actually more in favor of drawing somewhere a line regarding backwards compatibility. Since Xamarin publishes packages for all major distributions we could expect from the developers to use those (users won't be affected by this). What do you say? 😉 |
|
I'm worried about IDE support - I took a look at the Monodevelop/Xamarin studio logs (for Monodevelop v4 and above it's the same log) and I couldn't see 15.x build tools support in the last Xamarin studio release before the log ended with a reference to using VS on mac. Do you know of any free open source environments that have support? |
9728ea4 to
f04f984
Compare
Travis CI build the sln using msbuild in Release and Debug configurations Ref #4
f04f984 to
e7b0443
Compare
Hey @Carbenium, this is from #12 updated for current master (sorry about the Notifications reference in B.SoundMenu!) and massaged a little bit - figured we'll get the required project file changes in first and then get the travis configuration with some solution file updates in on the last one as a single unit - helps make the other patches transportable.
The only commit I left out of this one is the one where you disabled the B.SqlDebugConsole extension in release mode, does the extension not work in release mode?