Allan Ritchie
Allan Ritchie
Here's the bin log from https://github.com/shinyorg/shiny/tree/dev/tests/Shiny.Tests.Device - this is failing on a local build [shinytestsdevice.zip](https://github.com/dansiegel/Mobile.BuildTools/files/6887827/shinytestsdevice.zip) ConfigurationPath is indeed, not being passed to the task. Things to note: The build parameter...
Use Microsoft.Azure.NotificationHubs instead. It is netstandard2.0.
It works for client (listener connection string) or server (full connection string). I do it already on https://GitHub.com/shinyorg/shiny
@nk53 All other code outside of Platforms can be compiled as NET6 and add net60; to your . If you want a folder that is specific ONLY to net6, you...
This is fixed as part of the next major version
@jtorvald add the permission to the manifest. If the docs say only 1 permission is needed, my two cents is that they are wrong, but the Microsoft guys can decide...
The issue is that this doesn't behave consistently with iOS in two aspects. 1. iOS always requests precise location 2. iOS will throw an exception in a plist permission is...
Unfortunately, this just isn't something I'm ever going to implement. Happy to take PR's, but this is being closed in the meantime
I don't think there will be much of a perf hit here. It isn't called enough to really matter, however, I can also keep the private reference and watch the...
@PureWeen There was some debate around performance. I can check the Handle to keep a reference pinned, but I don't think it was necessary. Other than that, I haven't been...