David Fowler
David Fowler
As part of https://github.com/aspnet/AspNetCore/pull/6504 we've removed the deprecated Authentication property. The Authentication property has been deprecated since 2.0 and a [migration guide](https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/identity-2x?view=aspnetcore-2.2#use-httpcontext-authentication-extensions) was published to migrate code using this deprecated...
Today ANCM sets ASPNETCORE_PORT and IISIntegration sets the server.urls config key to `http://localhost{:port}` as a result. This has a few issues including scenarios where the IPv4 address failed to bind...
We should have the ability to store benchmark profiles over time for benchmarks that opt in. This will allow us to quickly observe differences and to look at profiles for...
We need a test to verify how fast ASP.NET Core can transfer data over the network. I'm talking about downloading large files in the GB ish streamed from server to...
We should benchmark single box proxy scenarios.
ASP.NET uses a buffer to disk then write to request/response in a couple of scenarios: - Buffering the request body (via explicit calls to to EnableBuffering) - Buffering multipart files...
- Physical Memory - number of logical CPUs - RSS enabled (no idea if that's easy to get)
## From a C# client https://stackoverflow.com/questions/34547398/when-uploading-files-to-asp-net-5-web-api-the-collection-of-iformfile-is-empty ## From a web browser https://stackoverflow.com/questions/34466141/how-to-upload-file-with-jquery-to-mvc-vnext-webserver
You might want to consider supporting any binary expression or maybe a linq method for select/where etc.
https://gist.github.com/davidfowl/ff1addd02d239d2d26f4648a06158727