xamarin / Essentials

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
https://aka.ms/xamarin-upgrade
Other
1.53k stars 505 forks source link

[Bug] internal static Exception NotImplementedInReferenceAssembly() { return new NotImplementedException("This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation."); } #2048

Closed TimoKinnunen closed 1 year ago

TimoKinnunen commented 1 year ago

Description

Steps to Reproduce

Expected Behavior

Actual Behavior

Basic Information

Screenshots

Reproduction Link

TimoKinnunen commented 1 year ago

What to do to get Plugin.BLE to work on Windows?

I have a working .Net MAUI sample on Android but Windows is difficult? https://github.com/TimoKinnunen/MauiXAMLBluetoothLE

mattleibow commented 1 year ago

Could you open an issue on the Plugin.BLE repository instead? This is the Essentials repository.

Maybe this repo: https://github.com/xabre/xamarin-bluetooth-le

TimoKinnunen commented 1 year ago

Thank you. Opened a new issue https://github.com/xabre/xamarin-bluetooth-le/issues/626.