René Ruppert
René Ruppert
@rtabbara Yes, I can use my own `GCEventViewController` and in fact, I do. But the question is: how much responsibility should I have as the user of CS and how...
The Angry Ninjas sample crashes on iOS 7. The stack trace says: ``` System.TypeInitializationException: An exception was thrown by the type initializer for Microsoft.Xna.Framework.Graphics.GraphicsDevice 2014-02-12 21:15:36.343 AngryNinjas[16115:60b] Unhandled managed exception:...
More than 2 years later I found this thread. :-) Isolated functions using NET8 and the issue still persists. Startup confirms that user secrets are present but won't be read....
I'm still getting the error. Has the fix already been rolled out?
Thanks. For others who might encounter the issue, here's a Python version of the workaround for reading Kusto data into a dataframe: ``` def createDataFrameFromKustoLinkedService(linked_service_name : str, query_string : str,...