Thibaud Desodt

Results 15 issues of Thibaud Desodt

## Sorting - **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request - I confirm that I - [x] used the...

help wanted

A comment that comes back on a regular basis (in serilog/serilog-settings-configuration#108 or #1053 ) is that **it is a bit hard to find documentation for some use-cases of Serilog**. Most...

discussion
documentation

**Does this issue relate to a new *feature* or an existing *bug*?** - [ ] Bug - [x] New Feature **Please describe the current behavior?** Currently, Serilog does its best...

enhancement

I am creating this issue as a result of comments on https://github.com/serilog/serilog/pull/1064#discussion_r151907220 For settings whose type is an `interface` or an `abstract class`, we allow to pass a value that...

enhancement
up-for-grabs

based on comments from https://github.com/serilog/serilog/pull/1174#issuecomment-396839756 Add support for family of Configuration methods : - `Enrich.With()` - `Filter.With()` - `Destructure.With()` - ... with the format : `"enrich:with:MyType"` / `"qualified type name"`...

enhancement

Currently, when working on more advanced configurations, they're are a few tricky parts that usually end up as issues spread across the many Serilog repos, or even worse, may not...

documentation

Hi, thanks a lot for this Action 👍 We currently have multiple GitHub Actions Workflows (`main.yaml` , `lint-yaml.yaml` etc ). When using the action inside of the `main.yaml`, the test...

github-limitation

When going to https://pub.dev/packages/golden_toolkit/install It suggests to install the package by adding it as a dependency : ```yaml dependencies: golden_toolkit: ^0.7.0 ``` It should probably recommend to install it as...

documentation
golden_toolkit

As per discussion in Slack : https://codemagicio.slack.com/archives/CEKE2KZ37/p1649930771811679 In the documentation, there are some examples of using `pattern`s to specify the name of tags or branches that trigger a workflow, for...

I first thought I had broken things while working on #49 , but I saw the same behavior when running from the `master` branch. When debugging the application in VS...