Developing for the Notification Hub on Mac OS - NodeJS/.Net Core support seems deprecated

末鹿安然 提交于 2019-12-11 07:44:29

问题


I am doing investigations into the Notification Hub in Azure. We are using Mac OS for our development environment, so only have use of .Net Core and Node JS SDKs.

This discussion and this one suggest that there is no option for developing against this without being able to use .Net Framework 4.6.1.

We have managed to develop a POC using the old NodeJS tutorial (which seems incomplete, as it didn't work out of the box) however, we don't want to use that in production if it is going to be made obsolete within 6 months.

Can someone please inform me of the correct way to integrate with the notification hub via a 'back end' without using .Net 4.6.1. Is the only option to use azure functions with output to notification hubs?


回答1:


We will deploy a new version of the .net SDK supporting .net core very soon.



来源:https://stackoverflow.com/questions/47454444/developing-for-the-notification-hub-on-mac-os-nodejs-net-core-support-seems-d

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!