Matt Trussler

Results 7 issues of Matt Trussler

LinqPad snippet: ``` Environment.SetEnvironmentVariable("HTTP_PROXY", "http://localhost:8080"); "http://google.com".GetAsync().Dump(); ``` With this environment variable set, `System.Net.Http.HttpClient` has the static property `DefaultProxy` set to `System.Net.Http.HttpEnvironmentProxy`, which acts as a proxy for all the requests....

enhancement
help wanted

Looking at the release notes for [EF Core 5.0 preview 7](https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-5.0/whatsnew#dbcontextfactory), it looks like the team have implemented a `AddDbContextFactory` and `AddPooledDbContextFactory`. Will EF Core 5.0 make this library obsolete?

`AddAppDbContext` in ef core has an overload allowing a developer to specify a "Service Type" and an "Implementation Type" for a DbContext. This allows you to have a base type...

I wasn't sure how to contribute to the wiki, so I have written some notes in [my own repository](https://github.com/Meberem/LibraryManager-wiki/blob/master/Using-LibMan-in-a-CI-Build.md). It covers how to use `libman` in a CI environment with...

Would you be able to add an example (could be with [styled-components-spacing](https://github.com/jameslnewell/styled-components-spacing)) that shows how to add a vertical and horizontal gutter between rows and columns?

First of all, thank you for this, it's my new favourite extension! I appologies if I have missed something that already does this but, I would love it even more...

FirstOrDefaultAsync is not supported when calling a Compiled Query ``` Exception message: Stack trace: System.NotSupportedException: Could not parse expression 'value(Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1[MyEntity]).Where(m => (((m.One == __request.One) AndAlso (m.Two == __request.Two)) AndAlso (m.Three...

type-bug
customer-reported
punted-for-3.0
area-query