serilog-contrib / serilog-sinks-applicationinsights

A Serilog sink that writes events to Microsoft Azure Application Insights
Apache License 2.0
220 stars 72 forks source link

Reformat code, update to C# 10 #187

Closed nblumhardt closed 2 years ago

nblumhardt commented 2 years ago

In order to minimize irrelevant churn in future PRs, this changeset globally applies Riders default code formatting and switches the language version to C# 10.

Warnings-as-errors is also now enabled; I've added #pragmas to the locations where documentation or other non-trivial work is required to remove existing warnings.