A point to consider: Visual Studio 2017 Community Edition is enough and is allowed to be used by any company when contributing to open source projects. At the bottom of https://www.visualstudio.com/vs/community/ :
> An unlimited number of users within an organization can use Visual Studio > Community for the following scenarios: in a classroom learning environment, > for academic research, or for contributing to open source projects. And from the licence, https://www.visualstudio.com/license-terms/mlt553321/ : > Organizational License. If you are an organization, your users may use the > software as follows: > Any number of your users may use the software to develop and test > applications released under Open Source Initiative (OSI) approved open > source software licenses. NHibernate is LGPL, which is among OSI approved licences. https://opensource.org/licenses Le mardi 25 avril 2017 15:32:03 UTC+2, Lee Timmins a écrit : > > Thanks, I'll get onto my boss to upgrade. > > On Saturday, 22 April 2017 00:18:03 UTC+1, Alexander Zaytsev wrote: >> >> It requires Visual Studio 2017 / Ms Build Tools 2017 to build >> On Fri, 21 Apr 2017 at 9:45 PM, Lee Timmins <[email protected]> wrote: >> >>> Thanks for replying. I'm trying to follow the steps to create a pull >>> request. So far I have forked and cloned my repository (to a folder on my >>> desktop). I then ran the ShowBuildMenu.bat and executed A, B (set my >>> connection string to a database I have setup called "NHibernate" using SQL >>> Server 2008), D (this did nothing until I exected E but it still fails >>> saying it cannot find the TestDatabaseSetup.dll - I think this is relelated >>> to E failing), E (this fails when trying to run the Tools\msbuild.cmd file). >>> >>> Please note I have Visual Studio 2012 and 2015 installed. When I open >>> the src\NHibernate.sln file it opens in Visual Studio 2012 and when I try >>> to build the project I get all sorts of errors. Again I think this is >>> related to E failing above. Looking in to the msbuild.cmd file it tries to >>> execute "%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe". I did a search on >>> Google for MSBuild 15 and found it's supposed to be part of the .NET Core >>> SDK. I've just installed that but I still can't get it to build. >>> >>> I'd appreciate any help. >>> >>> Thanks >>> >>> >>> On Thursday, 20 April 2017 18:26:44 UTC+1, [email protected] wrote: >>>> >>>> I think https://groups.google.com/forum/#!forum/nhusers would be more >>>> suitable for your question. >>>> As for finding out if it is a known bug, check the Jira: >>>> https://nhibernate.jira.com >>>> Test cases welcome, read >>>> https://github.com/nhibernate/nhibernate-core/blob/master/CONTRIBUTING.md >>>> for more on how to best supply them. >>>> >>> -- >>> >>> --- >>> >> -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
