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 78 bUnit issues
Sort by recently updated
recently updated
newest added

Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 25.0.1 to 25.0.4. Commits 5ff410d DiffEngine 15.4.4 (#1231) 4f65f85 Update Directory.Packages.props 13f25bf refs e6037e5 refs 76e36e5 refs e716d98 refs and cleanup 8ea6db9 Update Directory.Build.props f7419e6 Fix MsTest...

dependencies
.NET

### Description Our team came across this issue when upgrading from 1.25.3. We narrowed it down to the change in 1.27.12-preview, specifically the [feature for supporting parameters as query string](https://github.com/bUnit-dev/bUnit/commit/8f99afa6269b16439b33c400ef07d64d3f3a9b38)....

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.CodeAnalysis.Common](https://github.com/dotnet/roslyn) from 4.9.2 to 4.10.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 [Microsoft.CodeAnalysis.Workspaces.Common](https://github.com/dotnet/roslyn) and [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.Workspaces.Common` from 4.9.2 to 4.10.0 Release notes Sourced from Microsoft.CodeAnalysis.Workspaces.Common's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET...

dependencies
.NET

Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) and [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.CSharp` from 4.9.2 to 4.10.0 Release notes Sourced from Microsoft.CodeAnalysis.CSharp's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET...

dependencies
.NET

**Describe the bug** Using `diff:ignoreChildren` does not ignore child elements or text of a `button` **Example:** ```razor Not Ignored Span Or Not Ignored ``` With this test: ```csharp [Fact] public...