Skip to content

Conversation

nicholass-alcidion
Copy link
Contributor

Resolves #123

This PR adds support for using SLNX files with --filter-file-path

@nicholass-alcidion nicholass-alcidion force-pushed the support-slnx branch 2 times, most recently from f5a664b to 61d502e Compare February 17, 2025 03:40

if (serializer is null) throw new NotImplementedException($"Filtering by {options.FilterFilePath} is not yet implemented");

var solution = serializer.OpenAsync(options.FilterFilePath, CancellationToken.None).GetAwaiter().GetResult();

Choose a reason for hiding this comment

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

it would probably be better to go through the full async/await way that getting the awaiter and result

@TheFireCookie
Copy link

Looking forward to get this merged

@nicholass-alcidion nicholass-alcidion force-pushed the support-slnx branch 3 times, most recently from 1634c78 to 3f8885b Compare June 24, 2025 23:33
@TheFireCookie
Copy link

Any update on this? @leonardochaia do you have some time to review this?

@mrfelton
Copy link

I tested this and it's working for me. Great addition.

@leonardochaia
Copy link
Owner

Hi all, thanks for this! will get merged.

Looks like we'll eventually need to refactor IProjectDiscoverer to be async.

@leonardochaia
Copy link
Owner

@nicholass-alcidion could you kindly push test cases for slnx?

Thank you!
Leo

@nicholass-alcidion
Copy link
Contributor Author

@nicholass-alcidion could you kindly push test cases for slnx?

Thank you! Leo

Yea, can and will do

@nicholass-alcidion
Copy link
Contributor Author

I have added tests where I think it is appropriate to add tests based on what I could find for traditional SLN

Please let me know if any additional tests are needed, and if you could point me in the direction of what you would be looking for also, that would be awesome.

Thanks for taking the time to review.

@leonardochaia leonardochaia merged commit 9bb6a2c into leonardochaia:main Jul 21, 2025
3 checks passed
@leonardochaia
Copy link
Owner

Hi @nicholass-alcidion , @TheFireCookie , thank you very much for your contribution - sorry I couldn't take a look sooner.

I'll cut a pre-release this week with these and other changes.

Kind regards,
Leo.

@nicholass-alcidion nicholass-alcidion deleted the support-slnx branch July 21, 2025 23:07
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.

Support SLNX files for filter-file-path
4 participants