ContextKeeper / ContextKeeper.VisualStudio

Session Manager for Visual Studio
17 stars 0 forks source link

Repeated warnings in output window #2

Open Hefaistos68 opened 2 years ago

Hefaistos68 commented 2 years ago

I see a few of messages like this in the output window:

15:48:46.161: [ProcessId:656] [ThreadId:1] Warn [GetDocumentTab] Metadata for Scenario.aspx.cs* doesn't exist.

Not sure if that points to a possible problem or its expected.

PiotrKarczmarz commented 2 years ago

The entry about no metadata for a specified file relates that no line and column was saved in a snapshot for this file. Not sure why it could happened for *.cs file because metadata (line/column) should be present.

Hefaistos68 commented 2 years ago

maybe its related to it being a code behind file? maybe the main info comes from the .aspx file instead? no idea. Just guessing.