Cédric Luthi

Results 124 issues of Cédric Luthi

Record types have a compiler generated `EqualityContract` property that we want to ignore when populating a worksheet.

When writing a test for an implementation of `ISpanFormattable` I was surprised that my Span did not have a Should() method. I figured that the solution proposed by @jnyrup in...

In addition to `AuthorizationHeaderValueGetter` and `AuthorizationHeaderValueWithParamGetter`, a new `AuthorizationHeaderValueWithCancellationTokenGetter` is added with support for CancellationToken. Also, the `AuthenticatedHttpClientHandler` and `AuthenticatedParameterizedHttpClientHandler` internal classes have been merged into a single `AuthenticatedHttpClientHandler` class...

This fixes the qrscan manifest. Also, by adding `"extract_dir": "qrscan-$version"` under the `autoupdate` key this should fix automatic updates in the future if I understand correctly. - [x] I have...

They were found be targeting `net6.0` and adding an editorconfig file with the following content: ``` [*.cs] dotnet_diagnostic.CA2007.severity = warning ```

They have a few subtle differences: * timestamp is number of milliseconds (log4j) vs ISO 8601 (log4net) * throwable (log4j) vs exception (log4net) * log4jmachinename vs log4net:HostName

So that consumers can implement progression while reading an Excel file --- This change is [](https://reviewable.io/reviews/youngcm2/csvhelper.excel/29)

Explicitly specifying the URL scheme might be required depending on how the PAC file is written. For example, if the script returns a different value based on the URL scheme...

This way, the project compiles out of the box.

The default route template, i.e. `swagger/{documentName}/swagger.{json|yaml}` which is used by the `SwaggerMiddleware` is problematic because it matches any file extension. Even though it *looks like* only `json` and `yaml` extensions...