App-Crash with Microsoft.Azure.NotificationHubs
Hello,
i have a UWA Project. To send Notification, in history i use the REST-API from Azure Notification Hub. But still not works if i will use/build a Release App in Visual Studio.
On Android, no issue with the NUGET if i will send Notification
On UWA, on DEBUG Mode no issue, but if i set to RELEASE, i got the Error: "Der Typ "Microsoft.Azure.NotificationHubs.CDataMember" besitzt keine statische "GenerateSchema"-Methode mit einem Parameter vom Typ "System.Xml.Schema.XmlSchemaSet", wie vom Attribut "XmlSchemaProviderAttribute" angegeben."
But only i have installed the NUGET. In Application, for first test, i didn't use it.