jonsequitur / Its.Log

Get information out of your code at runtime to send it to log files, perf counters, consoles, services, sensors. Maximum flexibility and maintainability, minimum code.
Other
13 stars 10 forks source link

Roslyn analyzer: objects passed to Write should be records/non-virtual/non-locking #53

Open jzabroski opened 3 years ago

jzabroski commented 3 years ago

Just a quick idea. I was recommending this library to someone today, and was commenting on how C# 9 records make it a bit safer to call Log.Write if you consistently pass records instead of POCOs.