visual-studio-app-center

NETSDK1061: The project was restored using Microsoft.NETCore.App version 1.0.0, but with current settings, version 2.0.9 would be used instead

橙三吉。 提交于 2019-11-27 21:13:59
问题 I'm developing a mobile app and using MS App Center for CI. Yesterday the Unit Test project failed to build in App Center with the following error. I couldn't recreate the issue on any developer machine, this error only occours in App Center. error : NETSDK1061: The project was restored using Microsoft.NETCore.App version 1.0.0, but with current settings, version 2.0.9 would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations

Firebase Cloud Messaging (FCM) - HTTP V1 API or Legacy HTTP API?

假装没事ソ 提交于 2019-11-27 18:38:51
问题 Our goal is sending notifications to groups of devices from our backend, and only from server side is possible to know which device should receive the notification. We've done some attempts with AppCenter because we mostly work with Xamarin iOS/Android/Forms, but now we have the doubt that it's probably better to use directly Firebase API because wider and more powerful. I see that with new version of API (HTTP V1) is not possible to send a notification to a list of tokens, feature that was