Angela K Rogers
Angela K Rogers
I used a the dynamic class builder code here to generate a class from my database query: https://www.c-sharpcorner.com/UploadFile/87b416/dynamically-create-a-class-at-runtime/ And here is what I did to build the EdmModel: ODataConventionModelBuilder builder...
I had a similar issue and was able to resolve this by updating Xamarin.AndroidX.Lifecycle.ViewModel and Xamarin.AndroidX.Lifecycle.ViewModelSavedState to the latest versions. I also updated Xamarin.AndroidX.Lifecycle.Runtime and Xamarin.AndroidX.Lifecycle.LiveData to the latest version...
I am also having the same issue as @dotnetshadow and @Capablanca4 . I have ``` "iisSettings": { "windowsAuthentication": true, "anonymousAuthentication": false } ``` in my launchsettings.json file and even though...