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
                    
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="CanDoItAll.Components.QRCode" Version="0.1.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CanDoItAll.Components.QRCode" Version="0.1.15" />
                    
Directory.Packages.props
<PackageReference Include="CanDoItAll.Components.QRCode" />
                    
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 CanDoItAll.Components.QRCode --version 0.1.15
                    
#r "nuget: CanDoItAll.Components.QRCode, 0.1.15"
                    
#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 CanDoItAll.Components.QRCode@0.1.15
                    
#: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=CanDoItAll.Components.QRCode&version=0.1.15
                    
Install as a Cake Addin
#tool nuget:?package=CanDoItAll.Components.QRCode&version=0.1.15
                    
Install as a Cake Tool

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 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. 
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
0.1.15 42 7/24/2026