JanEggers

Results 18 issues of JanEggers

I am currently using RabbitMQ.Client.Core.DependencyInjection so I have all the information in the di container and I dont want to add attributes to all the implementations that contain redundant information....

🔃 integration

Hi there, awesome library could you please provide a class the lets you monitor a call stuff that is not aspnet related. i wanted to add this to my unittest...

sample.md contains a link to ./img.png when rendering this in http://some.com/ the md tries to fetch http://some.com/img.png instead of http://some.com/sub/img.png. from my point of view it would be perfect if...

im not sure if this is working 'in general' but for me it was enough to fix #227

**Describe the bug** cy.task('cypress-plugin-snapshot:matchImage') timed out after waiting 60000ms **To Reproduce** not sure, sometimes the tests work sometimes they timeout. it may be related to live developing tests. after closing...

bug

https://user-images.githubusercontent.com/661658/96521641-37aacc00-1261-11eb-89d9-abe85fbc2dec.png shows that currently there are large allocations of BasicProperties and subsequent strings contained in the BasicProperties My proposal is to either split IBasicProperties or create IReadonlyBasicProperties with only get...

fixed #1825 I used the benchmark project to generate a file with 1000000 records and then actually run the benchmark to read them with ```csharp using (var parser = new...

the current design uses Strings to transport data from the parser through the typeconverters to the records. these allocations can be avoided. PR incoming.

feature

the code is here: https://github.com/JanEggers/Playground/blob/queryBuilderExperiments/Playground.Core.Test/GraphQLClientTest.cs when i try to execute a query i get an exception: ![image](https://user-images.githubusercontent.com/6747376/226099097-1bc496cf-a397-4100-9bc3-8042b1c8c2ae.png) when i try to access the query property the query is not valid;...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When running integrationtests memory usage accumulates besides the WebApplication is...

area-networking