Add benchmarks project
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
|
||||
private void LoadSolution(string solutionPath)
|
||||
{
|
||||
return;
|
||||
var solutionFile = GetNodesInSolution.ParseSolutionFileFromPath("C:/Users/Matthew/Documents/Git/amazon/ClientPortal.sln");
|
||||
ArgumentNullException.ThrowIfNull(solutionFile);
|
||||
_solutionFile = solutionFile;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
{
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
await Task.Delay(100);
|
||||
await RoslynTest.Analyse("C:/Users/Matthew/Documents/Git/StatusApp/StatusApp.sln");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user