project-system icon indicating copy to clipboard operation
project-system copied to clipboard

CPS tracing is hooked up too late

Open davkean opened this issue 7 years ago • 1 comments

We hook up to CPS tracing here: https://github.com/dotnet/project-system/blob/master/src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/Packaging/ManagedProjectSystemPackage.cs#L69, but our package isn't loaded by the time rules are loaded meaning that we miss a bunch of logging around rules. This cost me 2 hours debugging this: https://github.com/dotnet/project-system/pull/3810.

davkean avatar Aug 01 '18 02:08 davkean

Any ideas on how to fix?

Pilchie avatar Aug 01 '18 14:08 Pilchie