Releases: CloudNimble/Breakdance
Releases · CloudNimble/Breakdance
2.0.0
- Migrated the Restier portions of the codebase to the official Restier project. Replace your
CloudNimble.Breakdance.Restier
references withMicrosoft.Restier.Breakdance
. - Added new
ClaimsPrincipalTestHelpers
to make it easy to ensure that your unit tests run under the proper claims. - Added new
DependencyInjectionTestHelpers
to help you compare contents of Dependency Injection containers. - New
dotnet tool
lets you generate Test assets outside a regular test codepath. Rundotnet tool install --global Breakdance.Tools --version 2.0.0
from the command line, then calldotnet breakdance generate -config Debug
to generate test assets.- Add the following to the .csproj file of a test project you want to generate manifests for: https://github.com/OData/RESTier/blob/master/src/Microsoft.Restier.Tests.AspNet/Microsoft.Restier.Tests.AspNet.csproj#L32
- See this code for an example of how to generate test manifests: https://github.com/OData/RESTier/blob/master/src/Microsoft.Restier.Tests.AspNet/DependencyInjectionTests.cs#L57-L72