use vs persistence
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@using Ardalis.GuardClauses
|
||||
@using Microsoft.Build.Construction
|
||||
@using SharpIDE.Application.Features.SolutionDiscovery
|
||||
@using SharpIDE.Application.Features.SolutionDiscovery.VsPersistence
|
||||
|
||||
@if (_solutionFile is null)
|
||||
{
|
||||
@@ -19,6 +20,9 @@
|
||||
[Parameter, EditorRequired]
|
||||
public string SolutionFilePath { get; set; } = null!;
|
||||
|
||||
[Parameter, EditorRequired]
|
||||
public SharpIdeSolutionModel SolutionModel { get; set; } = null!;
|
||||
|
||||
private SolutionFile _solutionFile = null!;
|
||||
private List<ProjectInSolution> _rootNodes = [];
|
||||
private Dictionary<string, Folder?> _folders = new();
|
||||
|
||||
Reference in New Issue
Block a user