Domagoj Medo

Results 10 issues of Domagoj Medo

Having queries and execution times in log is awesome feature, but for some queries it's not that useful and can generate a lot of noise. For example when inserting or...

type-enhancement
customer-reported
area-logging

Is it possible to have something like IHttpContextAccessor in ASP.NET (let's call it IPerformContextAccessor ) where we would be able to inject it to get current job execution context? For...

I wanted to move to prometheus https://grafana.com/grafana/dashboards/2204 but it requires both InfluxDb and prometheus. Any reason why?

bug

Using ASP.NET Core 3.1 with this configuration, Appdex is always 1 and Active requests is always 0. Am I doing something wrong or is this a bug? They use application.httprequests__active...

ModernHttpClient you have linked has been abandoned. https://github.com/alexrainman/ModernHttpClient is the one that is actively maintained. Can you replace links? I can make PR if needed

**Is your feature request related to a problem? Please describe.** Most of our service methods end with a ``` return new ReturnType { PropA = someVarA, PropB = someVarB }...

🚀 Feature request
Area: Mutator

is there a list of differences between this and https://github.com/frankhommers/Hangfire.PostgreSql ? I see that both are linked on Hangfire site but what's the difference? Thanks

question

Not sure if it's currently possible, but would be nice to be able to define a "custom join" maybe. Say we have a table `Metadata` and that table has PK...

type-enhancement
customer-reported
area-query
area-model-building
area-relational-mapping

When aggregating on values from a joined table EF produces what appears to be not optimal query. Repro code: ``` using Microsoft.EntityFrameworkCore; var ctx = new BloggingContext(); var q1 =...

**Describe the bug** When calling ` var requestContent = await apiException.RequestMessage.Content.ReadAsStringAsync();` ObjectDisposedException is thrown **Steps To Reproduce** Call API that doesn't return 200 and catch ApiException in middleware. Repo with...

bug