bunit.core 1.28.9

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package bunit.core --version 1.28.9
NuGet\Install-Package bunit.core -Version 1.28.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bunit.core" Version="1.28.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bunit.core --version 1.28.9
#r "nuget: bunit.core, 1.28.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install bunit.core as a Cake Addin
#addin nuget:?package=bunit.core&version=1.28.9

// Install bunit.core as a Cake Tool
#tool nuget:?package=bunit.core&version=1.28.9

GitHub tag Nuget Issues Open

bUnit - a testing library for Blazor components

<a href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message#gh-light-mode-only"> <img align="right" width="300" src="https://raw.githubusercontent.com/bUnit-dev/bUnit/main/docs/site/sponsors/progress-ad-2022-light-mode.svg#gh-light-mode-only" /> </a> <a href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message#gh-dark-mode-only"> <img align="right" width="300" src="https://raw.githubusercontent.com/bUnit-dev/bUnit/main/docs/site/sponsors/progress-ad-2022-dark-mode.svg#gh-dark-mode-only" /> </a>

bUnit is a testing library for Blazor Components. Its goal is to make it easy to write comprehensive, stable unit tests. With bUnit, you can:

  • Setup and define components under tests using C# or Razor syntax
  • Verify outcomes using semantic HTML comparer
  • Interact with and inspect components as well as trigger event handlers
  • Pass parameters, cascading values and inject services into components under test
  • Mock IJSRuntime, Blazor authentication and authorization, and others

bUnit builds on top of existing unit testing frameworks such as xUnit, NUnit, and MSTest, which run the Blazor component tests in just the same way as any normal unit test. bUnit runs a test in milliseconds, compared to browser-based UI tests which usually take seconds to run.

Go to bUnit.dev to learn more.

NuGet Downloads

bUnit is available on NuGet in various incarnations. Most should just pick the bUnit package:

Name Description NuGet Download Link
bUnit Includes the bUnit.core and bUnit.web packages. Nuget
bUnit.core Core library that enables rendering a Blazor component in a test context. Nuget
bUnit.web Adds support for testing Blazor components for the web. This includes bUnit.core. Nuget
bUnit.template Template, which currently creates xUnit-based bUnit test projects only. Nuget
bUnit.generators Source code generators to minimize code setup in various situations. Nuget
bUnit.web.query bUnit implementation of testing-library.com's query APIs. Nuget

To get started, head to the getting started documentation to learn more.

Sponsors

A huge thank you to the sponsors of my work with bUnit. The higher tier sponsors are:

<table border="0"> <tr> <td align="center" width="120"> <a href="https://github.com/Progress-Telerik"> <img src="https://avatars.githubusercontent.com/u/57092419?s=460" alt="@Progress-Telerik" class="avatar" width="72" height="72" /> <br /> Progress Telerik </a> </td> <td align="center" width="120"> <a href="https://github.com/syncfusion"> <img class="avatar" src="https://avatars.githubusercontent.com/u/1699795?s=460" width="72" height="72" alt="@syncfusion" /> <br /> Syncfusion </a> </td> <td align="center" width="120"> <a href="https://github.com/aws"> <img class="avatar" src="https://avatars.githubusercontent.com/u/2232217?s=200&v=4" width="72" height="72" alt="@aws" /> <br /> Amazon Web Services </a> </td> </tr> </table>

Contributors

Shout outs and a big thank you to all the contributors to the library, including those that raise issues, provide input to issues, and those who send pull requests. Thank you!

These good people have contributed code or documentation to bUnit:

<a href="https://github.com/bUnit-dev/bUnit/graphs/contributors"> <img src="https://contrib.rocks/image?repo=bUnit-dev/bUnit" /> </a>

Code of conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on bunit.core:

Package Downloads
bunit.web The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component.

bunit.xunit The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

bUnit.xunit is an xUnit extension for bUnit, that provides a way for xUnit to run bUnit's razor-based tests, as well as other helpful extensions to make the testing experience better if you use xUnit for writing your tests.

Blazored.LocalStorage.TestExtensions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A testing library to provide helper extensions for Blazored.LocalStorage

Verify.Bunit The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Extends Verify (https://github.com/VerifyTests/Verify) to allow Blazor component verification via BUnit.

Blazored.SessionStorage.TestExtensions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A testing library to provide helper extensions for Blazored.SessionStorage

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on bunit.core:

Repository Stars
Blazored/LocalStorage
A library to provide access to local storage in Blazor applications
Blazored/Modal
A powerful and customizable modal implementation for Blazor applications.
Blazored/SessionStorage
A library to provide access to session storage in Blazor applications
EdCharbeneau/BlazorSize
Blazor browser size interop for matchMedia and browser window size at runtime.
Version Downloads Last updated
1.28.9 2,037 4/19/2024
1.28.4-preview 410 3/17/2024
1.28.2-preview 468 3/6/2024
1.27.17 45,396 3/2/2024
1.27.16-preview 401 3/2/2024
1.27.12-preview 1,016 2/23/2024
1.27.11-preview 819 2/19/2024
1.27.5-preview 3,249 1/9/2024
1.27.2-preview 1,305 12/28/2023
1.27.1-preview 1,250 12/28/2023
1.26.64 226,494 12/20/2023
1.26.61-preview.g17cfa782a0 132 12/17/2023
1.26.61-preview 1,252 12/17/2023
1.26.29-preview.ga9c0cd8510 214 12/12/2023
1.26.29-preview.g9431b069b0 80 12/12/2023
1.26.29-preview.g91e9e2287f 120 12/10/2023
1.26.29-preview.g6269f42046 78 12/12/2023
1.26.29-preview.g1595589333 72 12/13/2023
1.26.28-preview.g08ea910651 81 12/10/2023
1.26.27-preview.geb23ca9882 90 12/8/2023
1.26.27-preview.ge5c30f7b82 73 12/8/2023
1.26.26-preview.g3fdaceb6d0 548 11/25/2023
1.26.25-preview.gf8662d54ff 77 11/25/2023
1.26.25-preview.ga796d3d959 75 11/25/2023
1.26.25-preview.g43750dfc46 70 11/25/2023
1.26.25-preview.g028ac0e5cc 66 11/25/2023
1.26.24-preview.ge6af60b555 76 11/24/2023
1.26.23-preview 1,387 11/24/2023
1.26.20-preview 1,230 11/24/2023
1.26.19-preview 1,175 11/24/2023
1.26.18-preview 1,204 11/24/2023
1.26.17-preview 1,134 11/23/2023
1.26.4-preview 2,160 11/20/2023
1.26.1-preview 1,272 11/17/2023
1.25.3 137,010 11/14/2023
1.25.2-preview 1,265 11/13/2023
1.25.1-preview 10,889 10/21/2023
1.25.0-preview 1,200 10/21/2023
1.24.10 109,296 10/14/2023
1.24.9-preview 2,677 10/14/2023
1.24.8-preview 1,156 10/14/2023
1.24.3-preview 1,556 10/6/2023
1.23.9 130,660 9/6/2023
1.23.8-preview 1,461 9/5/2023
1.23.3-preview 2,269 8/23/2023
1.23.1-preview 3,240 7/31/2023
1.22.19 166,998 7/28/2023
1.22.18-preview 2,791 7/23/2023
1.22.16-preview 2,234 7/15/2023
1.22.15-preview 1,844 7/14/2023
1.22.14-preview 1,825 7/13/2023
1.22.13-preview 1,835 7/12/2023
1.22.7-preview 8,759 7/3/2023
1.21.14-preview 1,970 7/1/2023
1.21.9 85,715 7/2/2023
1.21.8-preview 1,943 6/30/2023
1.21.7-preview 1,868 6/29/2023
1.21.5-preview 1,711 6/28/2023
1.21.3-preview 1,934 6/25/2023
1.20.8 161,954 5/21/2023
1.20.7-preview 1,917 5/17/2023
1.19.14 127,348 4/26/2023
1.18.4 471,201 2/26/2023
1.17.2 19,050 2/22/2023
1.16.2 108,444 2/7/2023
1.15.5 32,504 2/4/2023
1.14.4 132,420 1/11/2023
1.13.5 143,784 12/16/2022
1.12.6 378,299 11/8/2022
1.12.4-preview 2,308 10/26/2022
1.11.7 107,837 10/13/2022
1.10.14 99,292 9/16/2022
1.10.13-preview 1,590 9/16/2022
1.9.8 439,818 6/7/2022
1.9.7-preview 3,320 5/26/2022
1.9.1-preview 2,103 5/21/2022
1.8.15 70,517 5/19/2022
1.7.7 79,540 4/29/2022
1.6.4 387,953 2/22/2022
1.5.12 31,669 2/15/2022
1.4.15 230,444 12/18/2021
1.3.42 212,925 11/9/2021
1.3.38-preview 2,072 11/9/2021
1.3.35-preview 18,285 10/20/2021
1.3.30-preview 3,376 10/15/2021
1.2.49 217,798 8/9/2021
1.2.49-preview 2,072 8/7/2021
1.2.36-preview 7,481 6/25/2021
1.2.35-preview 1,625 6/24/2021
1.2.28-preview 10,469 5/26/2021
1.2.27-preview 2,342 5/22/2021
1.2.26-preview.gd07edb4207 220 5/21/2021
1.1.5 778,254 4/30/2021
1.0.19 54,870 4/11/2021
1.0.16 5,020 4/11/2021
1.0.0-preview-02 15,691 3/26/2021
1.0.0-preview-01 137,168 12/24/2020
1.0.0-beta-11 74,864 10/26/2020
1.0.0-beta-10 85,372 9/15/2020

Changes in bUnit 1.28.9

### Fixed

- bUnit's built-in HTML parser did not correctly parse full HTML documents that included a <!DOCTYPE html> as the first element. Fixed by [@egil](https://github.com/egil).
- `@formname` directive led to an `InvalidOperationException` when used on a form element. Reported by [@suzu2469](https://github.com/suzu2469) in [#1438](https://github.com/bUnit-dev/bUnit/issues/1438).
 Fixed by [@egil](https://github.com/egil)/[@linkdotnet](https://github.com/linkdotnet).

### Changed

- `NavigationManager` is again registered as a singleton instead of scoped.

See the full changelog at https://github.com/bUnit-dev/bUnit/releases