I have now noticed this in VS 2017 in a Core console app, and a standard .NET Framework MVC app. It is named <solution-name>.sqlite
, and has the following tables:
FileScannerCache
FileSystemData
FileSystemEntity
FileSystemReference
ProviderEntity
Setting
SymbolDefinition
It seems to contain MSBuild related data, but when I query some tables, like
select * from FileScannerCache
I get the error System.FormatException: String was not recognised as a valid DateTime
. I'm using the Sqlite/SQL Server Compact Toolbox to examine and query this db.