A Blazor component for generating QR codes. This component encodes specified data into a QR code image, which can be customized in terms of size, colors, and error correction level. The QR code is generated as an SVG for optimal scalability and clarity.
Support for net9.0. NOTE, there is no commitment as of now to support net9.0 in bUnit v1. However. Support for net9.0 may move to a future v2 release of bUnit and be deprecated in v1. However, allowing bUnit to build and work with net9.0 previews allows our users to keep testing!
Support for net9.0. NOTE, there is no commitment as of now to support net9.0 in bUnit v1. However. Support for net9.0 may move to a future v2 release of bUnit and be deprecated in v1. However, allowing bUnit to build and work with net9.0 previews allows our users to keep testing!
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps bunit, Microsoft.AspNetCore.Components and Microsoft.AspNetCore.Components.Web. These dependencies needed to be updated together. Updates
bunit
from 1.26.64 to 1.27.17Release notes
Sourced from bunit's releases.
Changelog
Sourced from bunit's changelog.
Commits
2aaf01d
Updated CHANGELOG.md for 1.27.17 releasea3d2520
Merge pull request #1405 from bUnit-dev/release/v1.27289bd9d
Set version to '1.27'b859378
feat: Added support for net9.0 (#1404)80a8010
Update docs/site/docs/providing-input/passing-parameters-to-components.md7568c17
docs: Added examples for query strings in net85d4c799
chore: Update AngleSharp dependencies for net6 and higher20479f6
build(deps): Bump Meziantou.Polyfill from 1.0.35 to 1.0.36772f874
build(deps): Bump Meziantou.Polyfill from 1.0.33 to 1.0.3567e61b6
build(deps): Bump Verify.Xunit from 23.2.1 to 23.2.2Updates
Microsoft.AspNetCore.Components
from 8.0.1 to 9.0.0-preview.1.24081.5Release notes
Sourced from Microsoft.AspNetCore.Components's releases.
Commits
b1beadf
[release/9.0-preview1] Update dependencies from dotnet/efcore, dotnet/runtime...6885598
Package debs with xz compression (#53718)1d58b24
[release/9.0-preview1] Update dependencies from dotnet/efcore, dotnet/runtime...c9a79b2
Update dependencies from https://github.com/dotnet/runtime build 20240123.8 (...301f2c7
Update branding to preview1 (#53543)52c7ee5
[Blazor] Fixed encoded values on Blazor Router (#53470)a278a26
Make SourceBuild.props work on Windows (#53523)cc9cff3
Pass template tests when project reference contains ".db" (#53476)6372a53
Use ArgumentException.ThrowIfNullOrEmpty and ThrowIfNullOrWhitespace (#52897)15a4a77
Delete unused docker infrastructure (#53474)Updates
Microsoft.AspNetCore.Components.Web
from 6.0.26 to 9.0.0-preview.1.24081.5Release notes
Sourced from Microsoft.AspNetCore.Components.Web's releases.
... (truncated)
Commits
b1beadf
[release/9.0-preview1] Update dependencies from dotnet/efcore, dotnet/runtime...6885598
Package debs with xz compression (#53718)1d58b24
[release/9.0-preview1] Update dependencies from dotnet/efcore, dotnet/runtime...c9a79b2
Update dependencies from https://github.com/dotnet/runtime build 20240123.8 (...301f2c7
Update branding to preview1 (#53543)52c7ee5
[Blazor] Fixed encoded values on Blazor Router (#53470)a278a26
Make SourceBuild.props work on Windows (#53523)cc9cff3
Pass template tests when project reference contains ".db" (#53476)6372a53
Use ArgumentException.ThrowIfNullOrEmpty and ThrowIfNullOrWhitespace (#52897)15a4a77
Delete unused docker infrastructure (#53474)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show