serilog / serilog-settings-configuration

A Serilog configuration provider that reads from Microsoft.Extensions.Configuration
Apache License 2.0
446 stars 129 forks source link

Use raw string literals #354

Closed sungam3r closed 1 year ago

sungam3r commented 1 year ago

In general for better readability.

0xced commented 1 year ago

Should we add a global.json file to ensure that the .NET 7 SDK is used? It is required for raw string literals which are a C# 11 feature.

SimonCropp commented 1 year ago

@0xced good idea https://github.com/serilog/serilog-settings-configuration/pull/355