OneSignal / OneSignal-Xamarin-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Xamarin app with OneSignal. https://onesignal.com
Other
104 stars 50 forks source link

Improve nuspec, fix compatibility with BeforeCompile and warning cleanup #287

Closed jkasten2 closed 2 years ago

jkasten2 commented 2 years ago

Details

Fix compatibility for projects with BeforeCompile VS projects only allow you do define one target with the same name. We give our target a unique name to prevent another target override our BeforeCompile or us creating an issue overriding theirs.

This recommendation comes from: https://github.com/xamarin/xamarin-macios/issues/13603#issuecomment-997730456

This PR also contains so warning fixes and other small clean up, see commit-by-commit for these details.


This change is Reviewable