rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 337 forks source link

Add `.net6.0` as target framework and fix some warnings #696

Closed maxkoshevoi closed 2 years ago

maxkoshevoi commented 2 years ago

Sample has many things disabled for setting up if the main package works. removing legacy code changing code to make better sense, in my opinion, however this may lead to more bugs.

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

:arrow_heading_down: What is the current behavior?

:new: What is the new behavior (if this is a feature change)?

:boom: Does this PR introduce a breaking change?

No, but it changes public API a bit by adding nullable annotations (?) in few places

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

684

:thinking: Checklist before submitting

LuckyDucko commented 2 years ago

Good Cleanup