CanDoItAll.Components.QRCode
0.1.15
dotnet add package CanDoItAll.Components.QRCode --version 0.1.15
NuGet\Install-Package CanDoItAll.Components.QRCode -Version 0.1.15
<PackageReference Include="CanDoItAll.Components.QRCode" Version="0.1.15" />
<PackageVersion Include="CanDoItAll.Components.QRCode" Version="0.1.15" />
<PackageReference Include="CanDoItAll.Components.QRCode" />
paket add CanDoItAll.Components.QRCode --version 0.1.15
#r "nuget: CanDoItAll.Components.QRCode, 0.1.15"
#:package CanDoItAll.Components.QRCode@0.1.15
#addin nuget:?package=CanDoItAll.Components.QRCode&version=0.1.15
#tool nuget:?package=CanDoItAll.Components.QRCode&version=0.1.15
CanDoItAll.Components.QRCode
QRCode provides Blazor building blocks for showing and scanning QR codes: SVG rendering, copy-friendly dialog content, page-header actions, a scanner shell, and typed scan results. It stays payload-neutral, so your application decides what a QR code represents and how to validate or act on it.
Quick start
Register the renderer, make the dialog host available through BaseLib, then render a payload:
// Program.cs
builder.Services.AddCanDoItAllBaseLib();
builder.Services.AddCanDoItAllQrCode();
@using CanDoItAll.Components.QRCode
@using CanDoItAll.Components.QRCode.Components
<QrCodeView Payload="https://example.test/invite/7K3D"
Caption="Scan to open the invitation."
AriaLabel="Invitation QR code" />
Use QrCodeButton to open a QR dialog from a toolbar or page header. Use QrScanButton and its Scanned callback to receive a QrScanResult; preserve a manual-text path when camera access is unavailable. The Sandbox /groups/qr route shows the expected host setup.
The project owns generic QR UI only. Address, ticket, transaction, business-object, and other payload semantics belong in the consuming application or domain component library.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
-
net10.0
- CanDoItAll.Components.BaseLib (>= 0.1.15)
- Microsoft.AspNetCore.Components.Web (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Net.Codecrete.QrCodeGenerator (>= 3.0.0)
- ZXingBlazor (>= 1.1.7)
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 |
|---|---|---|
| 0.1.15 | 42 | 7/24/2026 |