Cédric Luthi

Results 124 issues of Cédric Luthi

In #86 you said > generate type forwards to ensure things work as expected in multi-targeting scenarios Could you please elaborate a little bit more on this? What exact problem...

### Closes #60 ### Additional context The `System.Diagnostics.UnreachableException.cs` file was not actually auto-generated (see #88). Also, only the English localization was considered for the exception message.

Reference: https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-globalalloc https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-globalfree

* Also properly decode errors when HTTP status code is greater or equal to 400 * Make all `Service.perfom()` functions non throwing and return the error through the completion handler...

Following up on #8 * Use let instead of var for properties * Make required properties non optional * Improve the initializer with default nil values when a parameterizable struct...

When using the embedded debug type, the snupkg file is no longer needed. The publish script was updated to build a NuGet package that passes all the NuGet Package Explorer...

I’m trying to run cocoadocs-api locally. Here’s what I did * Installed ruby 2.1.3 with rbenv * Installed [Postgres](https://postgresapp.com/) * Created a new `trunk_cocoapods_org_development` database When running the project I...

Not sure about the rating. Maybe something like > 80% → +3pts and > 90% → +5pts ? It’s pretty easy to query coveralls, just give it a commit hash...

# Description Recommend using [Serilog.Formatting.Log4Net](https://github.com/serilog-contrib/serilog-formatting-log4net) instead. `Serilog.Formatting.Log4Net` is better that the provided `Log4jTextFormatter` and `Log4netTextFormatter` classes as it is configurable and well documented. Disclaimer: I am the author of `Serilog.Formatting.Log4Net`....