bUnit icon indicating copy to clipboard operation
bUnit copied to clipboard

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass param...

Results 98 bUnit issues
Sort by recently updated
recently updated
newest added

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.141 to 3.6.143. Release notes Sourced from Nerdbank.GitVersioning's releases. v3.6.143 What's Changed Update NuGet.PackageManagement to v6.3.4 by @​flcdrg in dotnet/Nerdbank.GitVersioning#1082 Full Changelog: https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.141...v3.6.143 Commits 57d4199 Merge pull...

dependencies
.NET

This PR is created automatically by the bUnit bot. When completing this PR, it's important to use **Rebase and merge** to keep the commit history clean.

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.11.0 What's Changed Add reference to the AdapterUtilities library in the spec docs. by @​peterwald in microsoft/vstest#4958 Stack...

dependencies
.NET

Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) from 6.0.32 to 8.0.8. Release notes Sourced from Microsoft.AspNetCore.Components.Web's releases. .NET 8.0.8 Release .NET 8.0.7 Release .NET 8.0.6 Release .NET 8.0.5 Release What's Changed [release/8.0] Update dependencies from...

dependencies
.NET

Bumps [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn) from 4.10.0 to 4.11.0. Release notes Sourced from Microsoft.CodeAnalysis.Common's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET 5.0.2 Release Notes Install Instructions Repos Core Commits See full diff...

dependencies
.NET

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.143 to 3.6.146. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Nerdbank.GitVersioning&package-manager=nuget&previous-version=3.6.143&new-version=3.6.146)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 26.6.0 to 27.0.1. Commits 752a4c2 Update Argon, DiffEngine, FSharp.Core, and SimpleInfoName (#1318) f265b19 missing verifys 7987c74 Update Directory.Build.props 786edd0 docs 29e9666 re verify 0eaf5e6 Update Directory.Build.props ecbc10c...

dependencies
.NET

This closes #1580 The basic idea here is to have a router that takes care of everything. There are a few open points. I will mark them here. We can...

**Describe the bug** I have a page that I'm testing with some routes: ```razor @page "/metrics" @page "/metrics/resource/{ApplicationName}" ``` There are also some query string parameters: ```cs [Parameter] public string?...

investigate
needs design

Main to v2 and upgrades