Closed mwerickson closed 3 years ago
Also experiencing the same types of issue after installing Pharmacist 2.0.6 as described, all errors are in a file called Pharmacist.Nuget.g.cs, see screenshots. Any ideas on how to fix?:
Uninstalling Pharmacist resolves the issue.
Can you give me a list of the NuGet packages installed?
Seems just some language features are missing and probably worth updating to support them.
PackageReferences for the project as follows:
Thanks, I'll have a look at what SyncFusion is doing special since that is the one that seems to be causing an issue. Won't be til tomorrow.
Also if you're using Pharmacist you won't need ReactiveUI.Events.XamForms but that's not what's causing this issue.
Thanks for the assistance and additional information.
See https://www.nuget.org/packages/ReactiveMarbles.ObservableEvents.SourceGenerator/ and https://github.com/reactivemarbles/ObservableEventsSourceGenerator
This will handle these cases.
Allows to get an observables for property changed events.
GitHubContribute to reactivemarbles/ObservableEventsSourceGenerator development by creating an account on GitHub.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Describe the bug Build fails after installing Pharmacist
Steps To Reproduce
Expected behavior Build succeeds and all events are available as observables
Screenshots
Environment
Additional context
Seems to be only with a namespace of Xamarin.MacDev and the Shiny Geofence SetState method override. Do I need to exclude these? Or is there some other way to remove these build issues?