Xamarin.Forms.Carousel repo contains an alpha Xamarin Forms build enviroment. Similar to other .NET foundation repos (e.g. coreclr) everything starts in a shell. From there you'll need to build (or at least restore nuget packages) before opening the solution. The next generation build environment is being developed in the xfproj branch. For now the following commands should get you off the ground:
- open cmd.exe using this link
- ensure
git.exeis available from the launched shell - type
sln
- close all instance of Visual Studio
- open
cmd.exeusing this link - type
killusual - type
git statusto ensure repro has no open or untracked files - type
nuketo usegit cleanto restore repo to a clean state - type
src - type
rbuildto build a release package (justbuildfor debug) - Your nuget package will be at
bin\bld\release\carouselView\nuget\Package\Xamarin.Forms.CarouselView.2.3.0-pre2.nupkg