Stable | Develop | |
---|---|---|
Build | ||
NuGet | ||
Coverage |
To learn how to get a S#arp Architecture solution up and running, please check the samples https://github.com/sharparchitecture/Sharp-Architecture/tree/develop/Samples. Note: Samples for version 5 are not ready yet.
Downloads can always be found here: https://github.com/sharparchitecture/Sharp-Architecture/downloads
Perform the following command in GitBash:
$ git clone [email protected]:sharparchitecture/Sharp-Architecture.git
$ git checkout develop
$ powershell -file build.ps1 -Target=RunUnitTests
Now you should have the latest development branch of S#arp Architecture.
- /Artefacts/Documentation/: Contains a link to comprehensive, online documentation at http://sharp-architecture.readthedocs.org/, and a diagram of what a S#arp Architecture project looks like.
-
/Artefacts/: Contains various artefacts for the project.
-
/Common/: Contains files shared among the projects.
-
/NugetTemplates/: Contains templates used for generating S#arp Architecture nuget packages.
-
/Packages/: Contains the NuGet packages that S#arp Architecture depends on.
-
/LICENSE: I'll let you guess what this is.
-
/Src/: This contains all of the source code in their various projects.
-
/VersionHistory.txt: Details version numbers of dependencies, changes since previous releases, upgrade details, and a roadmap of what's coming.