dgkanatsios / AzureServicesForUnity

Accessing Azure services (App Service, Table Storage, CosmosDB with Table API, Event Hubs) from a Unity game
https://dgkanatsios.com/2016/04/14/use-azure-services-from-unity/
MIT License
55 stars 17 forks source link

shared class "CananonicalizedString" used in Authentication Utility is in StorageUtilities.cs #13

Open dearwatsonconsulting opened 2 years ago

dearwatsonconsulting commented 2 years ago

I was looking to use this for posting data to EventHub but getting a reference error for the shared Authentication utility for the CanonicalizedString class. It is contained in the StorageUtilities.cs script so there is a "shared script" with a dependency on StorageUtilities, I moved the class reference from StorageUtilities to Authentication Utility and it worked, all g just an FYI