Add solution analyzer references

This commit is contained in:
Matt Parker
2025-12-14 00:40:42 +10:00
parent d981013af3
commit e29b52af87
3 changed files with 51 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class RoslynAnalysisTests
var roslynAnalysis = new RoslynAnalysis(logger, buildService, analyzerFileWatcher);
var solutionModel = await VsPersistenceMapper.GetSolutionModel(@"C:\Users\Matthew\Documents\Git\SharpIDE\SharpIDE.sln", TestContext.Current.CancellationToken);
var solutionModel = await VsPersistenceMapper.GetSolutionModel(@"C:\Users\Matthew\Documents\Git\SharpIDE\SharpIDE.slnx", TestContext.Current.CancellationToken);
var sharpIdeApplicationProject = solutionModel.AllProjects.Single(p => p.Name == "SharpIDE.Application");
var timer = Stopwatch.StartNew();