MSBuildWorkspace.OpenProjectAsync cannot load Solution Filter .slnf #73105
Labels
Area-IDE
Feature Request
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Version Used:
$ dotnet --list-sdks
7.0.203 [C:\Program Files\dotnet\sdk]
8.0.101 [C:\Program Files\dotnet\sdk]
8.0.204 [C:\Program Files\dotnet\sdk]
$ dotnet --version
8.0.204
Steps to Reproduce:
Try to load a Solution Filter with
Microsoft.CodeAnalysis.MSBuild.MSBuildWorkspace.OpenProjectAsync
Expected Behavior:
You can load Solution Filters
Actual Behavior:
You can not load Solution Filters,
OpenProjectAsync
throws an exceptionStackTrace
This came up while I wanted to use roslynator but it seems to be a bug within roslyn though.
I've opened an issue on dotnet/roslynator #1431
The exception message is in
de-DE
and means: Project "somefilter.slnf" can't be opened, the file extension ".slnf" can't be matched to any language.The text was updated successfully, but these errors were encountered: