HeinA
HeinA
Hi there Is there a way to increase the tab item sizes? Thanx Hein
I second that :)
This is still an issue in OData 8.0.10...
'ello I know this is an old thread, but I have the same question. I'm using OData 8.0.10 & .net 6. My application uses windows authentication, but also allows for...
this seems simular to my issue: https://github.com/OData/AspNetCoreOData/issues/246 [EnableQuery] tries to process the result even though you return a BadRequest(ModelState)
@TehWardy. Yes you are correct :)
> @HeinA : Please try with async methods `ExecuteQueryAsync()`. Also, since you're using plain CSOM you can consider using PnP Core SDK: here's the information on file uploading (https://pnp.github.io/pnpcore/using-the-sdk/files-intro.html#adding-files-uploading and...
@garrardkitchen , @DanielRBG I never got a fix for my specific issue, but I can help you with the null IHttpContextAccessor... Create a Middleware Callback Type: ``` using log4net; using...
This is really a big issue for me. My application uses windows authentication, and while logged into the domain, my calls randomly and silently fails because somehow the batch calls...
I have the AAR in my \Assets\GoogleSignIn\Editor\m2repository\com\google\signin\google-signin-support\1.0.4 folder. My app builds, but at runtime I get a "System.DllNotFoundException: native-googlesignin" Exception when I try to "GoogleSignIn.DefaultInstance.SignInSilently().ContinueWith(OnGoogleAuthenticationFinished);"