問題タブ [zxing.net]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
xamarin - ZXing.Mobile.Net.Forms ZXing.Result タイプの問題
を使用してスキャンの結果を取得しようとしていMobileBarcodeScanner
ます。結果を保存するとvar
すべて正常に動作しますが、使用しようとするとすぐにZXing.Result
メッセージが表示されますThe type 'Result' exists in both 'zxing, Version=0.16.5.0 ...' and 'zxing.portable, Version=0.16.2.0 ...'
これらのパッケージがインストールされています:
ZXing.Net.Mobile.Forms、バージョン 2.4.1
ZXing.Net.Mobile、バージョン 2.4.1
Zxing.Net、バージョン 0.16.5
他の人が を使用ZXing.Result
しているのを見たことがありますが、追加のパッケージがインストールされていますか? 私は1つ欠けていますか?この競合を軽減する方法はありますか?