Mark Pflug
Mark Pflug
It would be nice if the graph could be narrowed down to a specific version of the package. Maybe even a stacked-bar chart with version. If this was paired with...
…ronized contexts. This should fix issue #1751. I believe the unmentioned detail in that thread is that they are running a windows forms or blazor context that runs in a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug In testing a custom input/output formatter that I've developed I...
Figure out if it is possible to add a resj item template via nuget package. Currently, when adding a new resj via new text file, the project system will `Remove`...
An ASP.NET (C#) minimal API implementation that beats the current rust implementation (on my machine), with fewer than half the LOC. |Implementation|LOC|CSV Load (ms)|Req/s| | - | - | -...
Moves the cookie logging outside of the "RequestHeaders" conditional block so that it can be logged by itself. Previously, cookie values would only be logged if one of the other...
https://github.com/dotnet/aspnetcore/blob/bc9255b509c4b51d9bbbea7b15ddafe482784699/src/Middleware/HttpLogging/src/W3CLoggingMiddleware.cs#L179 I noticed this issue when looking at the W3C logging middleware, that the Cookie field is logged inside of a conditional block that checks for the presence of "RequestHeaders"...
The spec for this file feels rather useless unless some minimal set of standard types is defined. A well-defined schema would allow an database import tool to construct the appropriate...
The NCsvPerf benchmark PackageAssets.csv file doesn't contain quotes, but all existing parsers can be configured to produce consistent results in the presence of a quoted field. This PR adds the...