PrismLibrary / Prism

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Unable to unregister the service using the Prism.Maui

Swaroop87 opened this issue · comments

Description

I have a service class for each typeof bluetooth device something like
Deviceonebluetoothservice
Devicetwobluetoothservice
when I change the device to connect it has to unregister from the Deviceonebluetoothservice and register the Devicetwobluetoothservice but presently it is registering both the services because of which both services are getting called and Bluetooth connection is to happening

Steps to Reproduce

Try unregister any service

Platform with bug

.NET MAUI

Affected platforms

iOS, Android

Did you find any workaround?

No

Relevant log output

NO unregister method in Assembly

Closing as you have asked this in multiple places. Bug reports require a reproduction and ultimately this is a question not a bug.