Normal
I could and fixed it If you are interested in the reason:Ampdroid and MPExt used the Microsoft Json DateTime format and not the ISO one. Now with Asp.Net5 it looks like they decided to go with the standard ISO as default instead with their own proprietary one. I changed it now manually to the MicrosoftFormat and it works like a charm.I also forgot to port one api function, but that wasn't the main issue. Just throw some exceptions Edit:In case you don't know:http://127.0.0.1:4322/MPExtended/swagger/ui/index.htmlIs a great tool for debugging, just in case you want to call the API manually. It gives you examples etc.
I could and fixed it
If you are interested in the reason:
Ampdroid and MPExt used the Microsoft Json DateTime format and not the ISO one. Now with Asp.Net5 it looks like they decided to go with the standard ISO as default instead with their own proprietary one. I changed it now manually to the MicrosoftFormat and it works like a charm.
I also forgot to port one api function, but that wasn't the main issue. Just throw some exceptions
Edit:
In case you don't know:
http://127.0.0.1:4322/MPExtended/swagger/ui/index.html
Is a great tool for debugging, just in case you want to call the API manually. It gives you examples etc.