Cedric
Cedric
Hi, thanks for your post. How do you handle when the data sent is not well formated? I m looking for a way to invalidate the context. Do you know...
Thanks for this complete and up to date answer! I found IAsyncDisposable available in : In my LoggerService, I now have: public async Task DisposeAsync() { await Task.Run(() => _telemetryClient.Flush());...
Thanks, that was the issue. Le jeu. 9 juin 2022 à 07:59, Roberto Santana Perdomo < ***@***.***> a écrit : > @RicoSuter : Could we improve the > exceptions generated...
Thanks that was the solution
@Apollo3zehn > I tried your version, I have an infinite loading when I try to generate the typescript file. I have the last version available for Nswag Studio (13.15.5.0), and...
I created a git so you can test the infinite loading: https://github.com/ranouf/net60withnswag/tree/main open sln file set servers/ApiWithAuthentication.Servers.API as Startup project. note: in ApiWithAuthentication.Servers.API.csproj, you can uncomment the last lines to...
@Apollo3zehn let me know when you ll have a new artifact to download. If you want to try typescript generation, you can use my git repo. download the code and...
No pb, I succeeded to find the solution, I needed to add Development as environment on nswag Studio to make it work correctly.
Hi, Even with providing exact lat/lng, I m able to display around 10 markers, then I get the errors. I need to display around 400 markers. Did you find a...
I m looking around WebWorker. Maybe this package can help: https://github.com/haochi/angular2-web-worker Still working on it.