You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated the Restier portions of the codebase to the official Restier project. Replace your CloudNimble.Breakdance.Restier references with Microsoft.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. Run dotnet tool install --global Breakdance.Tools --version 2.0.0 from the command line, then call dotnet breakdance generate -config Debug to generate test assets.