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
<PackageReference Include="DataScannerViewController.Ios.Maui" Version="1.1.0" />
<PackageVersion Include="DataScannerViewController.Ios.Maui" Version="1.1.0" />
<PackageReference Include="DataScannerViewController.Ios.Maui" />
paket add DataScannerViewController.Ios.Maui --version 1.1.0
#r "nuget: DataScannerViewController.Ios.Maui, 1.1.0"
#:package DataScannerViewController.Ios.Maui@1.1.0
#addin nuget:?package=DataScannerViewController.Ios.Maui&version=1.1.0
#tool nuget:?package=DataScannerViewController.Ios.Maui&version=1.1.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-ios17.5 is compatible. net9.0-ios was computed. net10.0-ios was computed. |
-
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.