bunit.web.query 2.6.2

Prefix Reserved
dotnet add package bunit.web.query --version 2.6.2
                    
NuGet\Install-Package bunit.web.query -Version 2.6.2
                    
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.web.query" Version="2.6.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="bunit.web.query" Version="2.6.2" />
                    
Directory.Packages.props
<PackageReference Include="bunit.web.query" />
                    
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.web.query --version 2.6.2
                    
#r "nuget: bunit.web.query, 2.6.2"
                    
#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.web.query@2.6.2
                    
#: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.web.query&version=2.6.2
                    
Install as a Cake Addin
#tool nuget:?package=bunit.web.query&version=2.6.2
                    
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, MSTest and TUnit, 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 Adds support for testing Blazor components. 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.

bUnit and .NET version compatibility matrix

bUnit version .NET version
1.x ≥ .netcore3.1 && ≤ .net 9
2.x ≥ .net8

For a migration guide, see Upgrading bUnit.

Sponsors

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

<table border="0"> <tr> <td align="center" width="250"> <a href="https://www.testmuai.com/?utm_medium=sponsor&utm_source=bunit" target="_blank"> <img src="docs/site/sponsors/testmu.png" style="vertical-align: middle;" width="250" height="45" /> <br /> TestMu AI </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 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 is compatible.  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.  net11.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.6.2 36 2/27/2026
2.5.3 1,465 1/8/2026
2.4.2 271 12/21/2025
2.3.4 305 12/18/2025
2.3.3-preview 273 12/16/2025
2.2.2 586 12/8/2025
2.1.1 1,767 11/21/2025
2.0.66 709 11/11/2025
2.0.64-preview 135 10/31/2025
2.0.62-preview 150 10/19/2025
2.0.57-preview 100 10/17/2025
2.0.55-preview 156 10/7/2025
2.0.50-preview 342 9/12/2025
2.0.49-preview 204 8/30/2025
2.0.47-preview 208 8/30/2025
2.0.41-preview 335 6/27/2025
2.0.36-preview 202 2/21/2025
1.40.0 5,850 6/14/2025
1.39.5 8,419 4/4/2025
1.38.5 6,303 1/12/2025
Loading failed

Changes in bUnit 2.6.2

### Added

- net11.0 support

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