Lennart Brüggemann

Results 15 comments of Lennart Brüggemann

Figured as much :) I have some other stuff on my fork, such as an update to .Net 4.7.2 and the new csproj format, however I have no idea if...

About the older VS versions: No idea, I only have 2019 available, but I think I have 2015 and 2017 installed on my work PC - I could check next...

To clarify, would that simply involve copying the above-mentioned copyright notices (and any other I would find) from external sources/contributors into NOTICES.txt?

For the small demo project from above: ``` Project 'Contoso.Tests' has the following package references [net472]: Top-level Package Requested Resolved > MSTest.TestAdapter 3.1.1 3.1.1 > MSTest.TestFramework 3.1.1 3.1.1 > System.IdentityModel.Tokens.Jwt...

@brentschmaltz I've tried with the latest 7.3.1 and the issue persists: ``` Test method Contoso.Tests.Tests.JwtTest threw exception: System.IO.FileLoadException: Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one...

@nohwnd 's suggestion worked in our case. We used `$(Agent.TempDirectory)` as the empty, existing folder

Could you clarify how to use a custom `FlurlClient`? For our tests, we previously used the `HttpClient` created by a `WebApplicationFactory`, which we integrated with `FlurlHttp.GlobalSettings.FlurlClientFactory = new TestServerFlurlClientFactory(httpClient)` (where...

Thanks, I'll try to repro it tomorrow in an isolated project and report back

Thank you, now the base address gets prefixed as expected. However we still can't seem to configure the default clients correctly, the base address doesnt seem to be enough. If...