I had no support for Visual Studio 2015 in my first beta. I fixed this and added a pester test script to test the init.ps1.
Tag: TDD
SPOEmulators beta available
Today I published the first beta of SPOEmulators on NuGet.org. The project is open source (MIT license) and is available on GitHub. SPOEmulators is a
SPEmulators v1.1.0 available
I just released the new Version (v1.1.0) of the #SPEmulators on nuget. The release contains the following changes: Support for test projects that target .net
SPEmulators available on nuget
Every SharePoint developer that does TDD is desperately waiting for Microsoft to release a Version of the Microsoft.SharePoint.Emulators for SharePoint 2013. Unfortunately it seems that
Fluent Assertions
Was mir bei NUnit besser gefällt als bei MSTest ist die Aussagekraft von den Assertions. “Assert.That(something, Is.EqualTo(anotherthing);” finde ich viel aussagekräftiger als “Assert.AreEqual(anotherthing, something). Besonders
Artikel über TDD mit SharePoint in dotnetpro
In der aktuellen dotnetpro (9/2013) kommt auf Seite 70 der zweite Teil meiner Artikelserie über TDD mit SharePoint.