Closed
Description
As a follow up from #221, creating an issue to track this.
The build process today appears to use Travis CI with Mono and xbuild. xbuild is not the most accurate way to build .NET libraries and has many shortcomings.
The current best way to build libraries for .NET (especially if you want to target .NET Standard for .NET Core support) is via MSBuild.
There are many options, but here's a few:
- use your own build agent but ensure you have VS 2015 Update 3 Community Edition. You'll likely also want to have the .NET Core tools installed.
- Use AppVeyor for CI as they have free plans for OSS projects. They have maintained images that have current software on them.
Activity