bunit.core 1.38.5

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package bunit.core --version 1.38.5
                    
NuGet\Install-Package bunit.core -Version 1.38.5
                    
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.38.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="bunit.core" Version="1.38.5" />
                    
Directory.Packages.props
<PackageReference Include="bunit.core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add bunit.core --version 1.38.5
                    
#r "nuget: bunit.core, 1.38.5"
                    
#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.
#:package bunit.core@1.38.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=bunit.core&version=1.38.5
                    
Install as a Cake Addin
#tool nuget:?package=bunit.core&version=1.38.5
                    
Install as a Cake Tool

GitHub tag Nuget Issues Open

bUnit - a testing library for Blazor components

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 bUnit. The higher tier sponsors are:

<table border="0"> <tr> <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/JetBrainsOfficial"> <img class="avatar" src="https://avatars.githubusercontent.com/u/60931315?v=4" width="72" height="72" alt="@JetBrainsOfficial" /> <br /> JetBrains </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.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.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 (6)

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

Package Downloads
bunit.web

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

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

A testing library to provide helper extensions for Blazored.LocalStorage

Blazored.SessionStorage.TestExtensions

A testing library to provide helper extensions for Blazored.SessionStorage

BlazorPro.BlazorSize.UnitTesting

A testing library to provide helper extensions for BlazorSize.

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.40.0 890,011 6/14/2025
1.39.5 451,299 4/4/2025
1.38.5 639,416 1/12/2025
1.37.7 145,268 12/13/2024
1.36.0 515,844 11/12/2024
1.35.3 11,799 11/12/2024
1.34.0 164,386 11/1/2024
1.33.3 257,041 10/11/2024
1.33.1-preview 308 10/7/2024
1.32.7 83,180 10/4/2024
1.31.3 360,658 8/16/2024
1.31.1-preview 328 8/14/2024
1.30.3 156,642 7/21/2024
1.29.5 123,695 7/5/2024
1.28.9 634,923 4/19/2024
1.28.4-preview 7,293 3/17/2024
1.28.2-preview 893 3/6/2024
1.27.17 359,471 3/2/2024
1.27.16-preview 783 3/2/2024
1.27.12-preview 1,729 2/23/2024
1.27.11-preview 1,393 2/19/2024
1.27.5-preview 12,800 1/9/2024
1.27.2-preview 1,838 12/28/2023
1.27.1-preview 1,765 12/28/2023
1.26.64 759,852 12/20/2023
1.26.61-preview.g17cfa782a0 344 12/17/2023
1.26.61-preview 1,722 12/17/2023
1.26.29-preview.ga9c0cd8510 422 12/12/2023
1.26.29-preview.g9431b069b0 295 12/12/2023
1.26.29-preview.g91e9e2287f 348 12/10/2023
1.26.29-preview.g6269f42046 298 12/12/2023
1.26.29-preview.g1595589333 288 12/13/2023
1.26.28-preview.g08ea910651 281 12/10/2023
1.26.27-preview.geb23ca9882 313 12/8/2023
1.26.27-preview.ge5c30f7b82 290 12/8/2023
1.26.26-preview.g3fdaceb6d0 1,009 11/25/2023
1.26.25-preview.gf8662d54ff 280 11/25/2023
1.26.25-preview.ga796d3d959 283 11/25/2023
1.26.25-preview.g43750dfc46 274 11/25/2023
1.26.25-preview.g028ac0e5cc 273 11/25/2023
1.26.24-preview.ge6af60b555 286 11/24/2023
1.26.23-preview 1,910 11/24/2023
1.26.20-preview 1,736 11/24/2023
1.26.19-preview 1,668 11/24/2023
1.26.18-preview 1,718 11/24/2023
1.26.17-preview 1,568 11/23/2023
1.26.4-preview 2,758 11/20/2023
1.26.1-preview 1,762 11/17/2023
1.25.3 353,399 11/14/2023
1.25.2-preview 2,409 11/13/2023
1.25.1-preview 28,742 10/21/2023
1.25.0-preview 1,640 10/21/2023
1.24.10 191,318 10/14/2023
1.24.9-preview 3,360 10/14/2023
1.24.8-preview 1,636 10/14/2023
1.24.3-preview 2,019 10/6/2023
1.23.9 180,709 9/6/2023
1.23.8-preview 1,949 9/5/2023
1.23.3-preview 2,774 8/23/2023
1.23.1-preview 4,264 7/31/2023
1.22.19 208,678 7/28/2023
1.22.18-preview 3,357 7/23/2023
1.22.16-preview 2,793 7/15/2023
1.22.15-preview 2,387 7/14/2023
1.22.14-preview 2,354 7/13/2023
1.22.13-preview 2,350 7/12/2023
1.22.7-preview 9,358 7/3/2023
1.21.14-preview 2,496 7/1/2023
1.21.9 114,704 7/2/2023 1.21.9 is deprecated because it has critical bugs.
1.21.8-preview 2,523 6/30/2023
1.21.7-preview 2,383 6/29/2023
1.21.5-preview 2,265 6/28/2023
1.21.3-preview 2,477 6/25/2023
1.20.8 229,081 5/21/2023 1.20.8 is deprecated because it has critical bugs.
1.20.7-preview 2,465 5/17/2023
1.19.14 183,717 4/26/2023 1.19.14 is deprecated because it has critical bugs.
1.18.4 680,501 2/26/2023
1.17.2 31,787 2/22/2023
1.16.2 130,934 2/7/2023
1.15.5 42,087 2/4/2023
1.14.4 161,803 1/11/2023
1.13.5 255,914 12/16/2022
1.12.6 594,672 11/8/2022
1.12.4-preview 3,210 10/26/2022
1.11.7 121,652 10/13/2022
1.10.14 123,121 9/16/2022
1.10.13-preview 2,065 9/16/2022
1.9.8 505,161 6/7/2022
1.9.7-preview 3,834 5/26/2022
1.9.1-preview 2,482 5/21/2022
1.8.15 78,480 5/19/2022
1.7.7 89,305 4/29/2022
1.6.4 434,837 2/22/2022
1.5.12 34,156 2/15/2022
1.4.15 259,296 12/18/2021
1.3.42 257,329 11/9/2021
1.3.38-preview 2,630 11/9/2021
1.3.35-preview 23,627 10/20/2021
1.3.30-preview 3,843 10/15/2021
1.2.49 248,928 8/9/2021
1.2.49-preview 2,531 8/7/2021
1.2.36-preview 8,124 6/25/2021
1.2.35-preview 2,078 6/24/2021
1.2.28-preview 11,582 5/26/2021
1.2.27-preview 2,960 5/22/2021
1.2.26-preview.gd07edb4207 492 5/21/2021
1.1.5 885,845 4/30/2021
1.0.19 59,468 4/11/2021
1.0.16 11,612 4/11/2021
1.0.0-preview-02 19,021 3/26/2021
1.0.0-preview-01 153,502 12/24/2020
1.0.0-beta-11 82,726 10/26/2020
1.0.0-beta-10 111,738 9/15/2020

Changes in bUnit 1.38.5

### Added

- Added support for xunit v3 in the bunit.template. By [@linkdotnet](https://github.com/linkdotnet).

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