Skip to content

dgiddins/Magnum

 
 

Repository files navigation

Magnum - A library for the LARGER than average developer

Magnum

LICENSE

Apache 2.0 - see docs/legal (just LEGAL in the zip folder)

IMPORTANT

NOTE: If you are looking at the source - please run build.bat before opening the solution. It creates the SolutionVersion.cs file that is necessary for a successful build.

INFO

Overview

Magnum is a collection of different tools that help you work smarter.

  • State Machine
  • Fast Model Binding
  • Reflection Tools
  • Concurrency
  • Expanding...

Check out the site at http://magnum-project.net/

Getting started with Magnum

Downloads

You can also download magnum from the build server at http://teamcity.codebetter.com.

Gems & Nubular (Nu)

If you have Ruby 1.8.6+ (and Gems 1.3.7+) installed, you can get the current release of Magnum to your machine the fastest!

  1. Ensure you have nu installed. 'gem install nu'
  2. At the top level directory (trunk or branch name) type 'nu install magnum' for bringing in magnum to your project.

Source

This is the best way to get to the bleeding edge of what we are doing.

  1. Clone the source down to your machine.
    git clone git://github.com/phatboyg/Magnum.git
  2. Type cd magnum
  3. Type git config core.autocrlf false to set line endings to auto convert for this repository
  4. Type git status. You should not see any files to change.
  5. Run build.bat. NOTE: You must have git on the path (open a regular command line and type git).

REQUIREMENTS

  • .NET Framework 3.5/4.0

RELEASE NOTES

CREDITS

About

A library for the larger than average .NET developer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.5%
  • Other 0.5%