Matthew Podwysocki

Results 19 comments of Matthew Podwysocki

@trxcllnt agreed! Looks great to me

@craigktreasure Can you look at the one failing test? I shouldn't have changed something that should have affected the test.

@danbridgellc What line does it fail on? It's not obvious for example, what the payload looks like.

@danbridgellc You're missing a step in creating the message for WNS. You need to use the `createWindowsToastNotification` to create a toast message to send to Notification Hubs such as the...

@danbridgellc I created a minimal repository with Notification Hubs here called [nhtest](https://github.com/mpodwysocki/nhtest) which does not have these Stack Overflow issues. Let me know if you have any issues running this...

@danbridgellc none of the modules listed are used by Azure Notification Hubs. Those are very low level APIs and this is a REST library dealing with HTTPS traffic

@xirzec confirmed on Safari: - Version 15.5 (17613.2.7.1.8) - Release 146 (Safari 15.4, WebKit 17614.1.14.10.6)

> Thanks, it is indeed possible to use the netstandard library as a client as @aritchie stated. > > @mpodwysocki is this the currently recommended path? Correct, as for now...