Skip to content

feat: accept .slnf files as input to scope analysis to a project subset#11

Open
jensk-dev wants to merge 1 commit intomainfrom
feat/slnf-input
Open

feat: accept .slnf files as input to scope analysis to a project subset#11
jensk-dev wants to merge 1 commit intomainfrom
feat/slnf-input

Conversation

@jensk-dev
Copy link
Copy Markdown
Owner

Closes #8


public static class SlnfInputReader
{
public static async Task<(SolutionPath ParentSolution, IReadOnlySet<FilePath> ProjectScope)>
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Een port maken voor testing doeleinden

var sw = Stopwatch.StartNew();

var projects = await solutionReader.GetProjectsAsync(options.SolutionPath, ct);
var allProjects = await solutionReader.GetProjectsAsync(options.SolutionPath, ct);
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dit is technisch logica die in het domein hoort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accept .slnf files as input

1 participant