Go to file
Antony Male 7b45e51919 Modify Rakefile to not fail if TestResult.xml doesn't exist 2014-05-23 13:31:21 +01:00
.nuget Fix some rakefile issues 2014-05-06 18:30:04 +01:00
NuGet Generate XML documentation, and add it to the nuget package 2014-05-22 09:16:19 +01:00
Samples Use MessageBox in the integration tests and samples 2014-05-21 11:32:51 +01:00
Stylet MessageBox supports MessageBoxOptions 2014-05-23 13:03:21 +01:00
StyletIntegrationTests Cover a little more code 2014-05-21 12:27:01 +01:00
StyletUnitTests MessageBox supports MessageBoxOptions 2014-05-23 13:03:21 +01:00
.gitattributes Working ActionCommand 2014-02-03 20:10:58 +00:00
.gitignore Add rake task to generate code coverage report 2014-05-06 12:21:39 +01:00
CHANGELOG.txt Update changelog 2014-04-24 13:09:11 +01:00
LICENSE.txt Actually fill in the blanks in the license 2014-05-23 13:08:19 +01:00
README.md First stab at a proper README 2014-04-22 19:06:08 +01:00
Rakefile Modify Rakefile to not fail if TestResult.xml doesn't exist 2014-05-23 13:31:21 +01:00
Stylet.sln Start on the integration test suite 2014-04-04 13:04:53 +01:00
StyletIcon.png First attempt at an icon 2014-04-19 00:17:08 +01:00
StyletIcon.svg First attempt at an icon 2014-04-19 00:17:08 +01:00

README.md

StyletIoC

Introduction

Blah blah

Installation

You can either grab Stylet through NuGet, or build it from source yourself. Stylet does rely on .NET 4.5 (Visual Studio 2012 or higher).

NuGet

Stylet is available on NuGet.

Either open the package console and type:

PM> Install-Package Stylet

Or right-click your project -> Manage NuGet Packages... -> Online -> search for Stylet in the top right.

Don't forget to right-click your solution, and click "Enable NuGet package restore"!

I also publish symbols on SymbolSource, so you can use the NuGet package but still have access to Stylet's source when debugging. If you haven't yet set up Visual Studio to use SymbolSource, do that now:

In Visual Studio, go to Debug -> Options and Settings, and make the following changes:

  • Under General, turn off "Enable Just My Code"
  • Under General, turn on "Enable source server support". You may have to Ok a security warning.
  • Under Symbols, add "http://srv.symbolsource.org/pdb/Public" to the list.

Source

I maintain a subtree split of just the Stylet project, called Stylet-Core. Head over there, clone/download the repo, and add the .csproj to your solution.

Documentation

The wiki is the official documentation source. There's a lot of documentation there (it was longer than my dissertation last time I checked), and it's being added to all the time. Go check it out!

Contributing

Contributions are always welcome. If you've got a problem or a question, raise an issue. If you've got code you want to contribute, create a feature branch off the develop branch, add your changes there, and submit it as a pull request.