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.exe
is available from the launched shell - type
sln
- close all instance of Visual Studio
- open
cmd.exe
using this link - type
killusual
- type
git status
to ensure repro has no open or untracked files - type
nuke
to usegit clean
to restore repo to a clean state - type
src
- type
rbuild
to build a release package (justbuild
for debug) - Your nuget package will be at
bin\bld\release\carouselView\nuget\Package\Xamarin.Forms.CarouselView.2.3.0-pre2.nupkg