- SL40 target in Rakefile was broken. Added back as experimental target.
- SL40 compilation error with SL40-specific code.
- Updated SilverlightLibraryPath in csproj files to point to Reference
Assemblies rather than specific SL build/patch version.
Thanks to Martin Hollingsworth for these fixes
(http://groups.google.com/group/nsubstitute/msg/7d0f600804f87f0a)
Documenting Arg.Invoke and Arg.Capture.
Adding link to CI builds
Adding Codebetter-CI and Teamcity links to footer.
Adding 7-zip to acknowledgements.
Updating code extraction to support documenting standalone tests
declared with [Test] attribute.
Updating changelog to include Arg.Capture().
Updating docs to show Arg.Is(predicate) behaviour when predicate throws
and Arg.Any<T> behaviour with sub-types.
Changing default build config and target in rake to NET35-Debug
Updating NSubstitute.csproj output location to be in NSubstitute directory.
Updating document.rake to use msbuild rather than csc directly when building samples. Currently broken when trying to include GAC references.
Updating README with new build instructions.
Added Castle.Windsor bits for SL4.
Added NUnit for Silverlight assemblies against the specs
Wrapping areas which are not supported by System.Runtime.Serialization in SL with conditional compilation symbols.
Tweaking RobustThreadLocal to get more acceptance tests passing in SL
Added csproj file dependencies from SL into .NET csproj
Adding separate builds for .NET35 and .NET40
Cleaning up build configs
Updated notes
Added field report test for raising INotifyPropertyChangedEvent.PropertyChange delegate event.
Updating docs for new event raising syntax.
Added back Raise.Event() for standard EventHandler<EventArgs> events.
Adding :nupack to :deploy task
Fixing :package task: now versions assemblies first, runs all compilation and test steps, and checks examples prior to packaging.
Adding examplecode tag as jekyll plugin.
Modified code extractor to recognise examplecode tag.
Adding SyntaxHighlighter to docs to handle csharp code highlighting.
Updated site CSS styles
Removed syntax.css which was used by Pygments.
Modified ExamplesToCode ruby class to not recursively search directories, and to find markdown and html files in the given example_dir
Added the root and help/_posts sites to generate_code_examples rake task.
Removed redundant, non-jekyll starter docs
Starting to update index.html to markdown/highlight syntax (extracting code from it)
Updating text to code conversion to use class var counter instead of random number for test class name
Moved code declarations inside test-class scope ({requiredcode} tags)
Removed related posts from jekyll template
Updated CSS heading sizes for docs and header
Added favicon.ico
Added ExamplesToCode::Create class method to do wireup (yes, this is very un-Ruby like).
Added some stdout info to ExaplesToCode.
Fix bug in TextToCodeConverter
Added generate_code_examples task to rakefile
FileReaderWriter implementation.