Skip to content

1.7.7

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 17:32
9bf85db

Added

  • Added method SetAuthenticationType to TestAuthorizationContext to allow for custom authentication type checks. By @TimPurdum.

  • Added DisposeComponents to TestContextBase. It will dispose and remove all components rendered by the TestContextBase. By @linkdotnet.

  • Added .NET 7 as a target framework for bUnit. By @linkdotnet.

Fixed

  • Fixed step by step guide for building and viewing the documentation locally. By @linkdotnet.

  • FakeNavigationManager.NavigateTo could lead to exceptions when navigating to external url's. Reported by (@TDroogers)[https://github.com/TDroogers]. Fixed by @linkdotnet.