dotnet / ef6tools

This is the codebase for the Entity Framework 6 and LINQ-To-SQL designers.
MIT License
35 stars 14 forks source link

Add Logging and telemetry #18

Open ryanbrandenburg opened 3 years ago

ryanbrandenburg commented 3 years ago

We don't currently produce any telemetry so it's hard to diagnose problems and follow the code-flow. Lets add some basic Logging and telemetry for scenarios like "Designer Opened", "Designer Crashed", "Designer Edit saved" etc.