Kalle

Results 8 comments of Kalle

Hello, I tried pfresnay's workarounds for sending and polling. I got a monitor uri that works in the browser. Unfortunately in polling method, the call of _graphClient.HttpProvider.SendAsync method throws a...

I copied the code from the called methods into my example method, and I hope that it now is easier to comprehend. ``` private bool OpenCloseAndSave(string filename) { try {...

@ThomasBarnekow Thank you for taking on the topic. I temporarily solved it with a workaround that first saves the file locally and then copies it to the SharePoint. However, this...

Maybe a question first. How do I get the informative error message that not only says something is corrupt, but also what is wrong in the file. So far I...

After realizing that all these great features and "daydreams" have not become part of the latest efcore version, is there any announcement when (or if) one can expect this will...

I have a problem calling a select/search statement with FromSqlRaw on a fts5 virtual table. I have two test projects, both using the same model, but I get different results...

I'm working on it myself. A difference between the two test project is, that in first on the context is kept open during the entire test. In the second one...

Sorry. I didn't manage to run Brice's example. It also didn't match my requirements. The search content of my solution is not in a database table. My database is a...