DataScannerViewController.Ios.Maui 1.1.0

dotnet add package DataScannerViewController.Ios.Maui --version 1.1.0
                    
NuGet\Install-Package DataScannerViewController.Ios.Maui -Version 1.1.0
                    
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="DataScannerViewController.Ios.Maui" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DataScannerViewController.Ios.Maui" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="DataScannerViewController.Ios.Maui" />
                    
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 DataScannerViewController.Ios.Maui --version 1.1.0
                    
#r "nuget: DataScannerViewController.Ios.Maui, 1.1.0"
                    
#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 DataScannerViewController.Ios.Maui@1.1.0
                    
#: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=DataScannerViewController.Ios.Maui&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=DataScannerViewController.Ios.Maui&version=1.1.0
                    
Install as a Cake Tool

DataScannerViewController-MAUI

.NET MAUI binding for iOS DataScannerViewController class

This project is a wrapper around the DataScannerViewController Swift class from VisionKit. The wrapping is accompished using the MAUI community toolkit helpers for native interop.

This code is published on nuget.org as a NuGet package called DataScannerViewController.Ios.Maui.

Because this package is strictly for iOS, you will be required to conditionally include it (insert the following into your .csproj, where <version> represents your desired version: <PackageReference Include="DataScannerViewController.Ios.Maui" Version="<version>" Condition="'$(TargetFramework)' == 'net8.0-ios'" />).

Please note: due to this issue, you will need to enable long path support as described here and then install the NuGet using dotnet add package as documented here. Upon building, you may encounter error MSB3030. If this happens, you must build from the command line (e.g. dotnet build -c Debug).

Product Compatible and additional computed target framework versions.
.NET net8.0-ios17.5 is compatible.  net9.0-ios was computed.  net10.0-ios was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-ios17.5

    • No dependencies.

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
1.1.0 184 9/8/2024
1.0.0 132 9/7/2024