Diego Bonura
Diego Bonura
I think you have to do something like: https://github.com/mmanela/chutzpah/blob/b85eaf4b7591da679e0edd6f3cafdc39e3f134e7/VS.Common/VsDebuggerTestLauncher.cs
I can confirm that logout is not working as expected. Just clear local storage and nothing more.
See: https://github.com/moberwasserlechner/capacitor-oauth2/issues/97
Thanks @UltraCakeBakery for your feedback. My idea is to pack capacitor with all language folders produced by ng build and add an index.html file on the root folder. The root...
Here is my library that uses `AsyncLocal` to get current Job PerformContext (same as HttpContextAccessor for HTTP request flow) See: https://github.com/meriturva/Hangfire.PerformContextAccessor
Yes we really need support for boostrap 4....any news here? Thanks!
Just to know, what about JSON Columns support? will it be included?
Just to know...any eta for 2.2.0? we need ElasticSearch integration and I have to decide if add custom configuration to our projects or wait for a new library release. So...
@HofmeisterAn i'm testing `2.2.0-beta.2835065501` version and i have problem to pull testimage: `Docker.DotNet.DockerImageNotFoundException : Docker API responded with status code=NotFound, response={"message":"No such image: testcontainers/ryuk:0.3.4"} ` On command line `docker pull...
Strange issue.... removed images and ran again and again without success...what I found is that `elasticsearch` image is pulled correctly using `ElasticsearchTestcontainer` class but not `testcontainers/ryuk:0.3.4`, If i run `docker...