You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By these lines if there is no TargetFramework then the first TargetFramework in TargetFrameworks will always be selected, which is a bit of a inconvenience, as seen in dotnet/vscode-csharp#1783 and dotnet/vscode-csharp#3754. It is also seen to be a shortcoming in the comments from L179-L180.
Is the feature that allows hosts to freely select a TargetFramework from the list of TargetFrameworks at will going to be implemented?
The text was updated successfully, but these errors were encountered:
zp-zpanda
changed the title
Only the first target framework is selected
As of now, only the first target framework is selected
Jan 21, 2024
zp-zpanda
changed the title
As of now, only the first target framework is selected
As of now, it is still only the first target framework that is selected
Jan 21, 2024
Relevant code:
omnisharp-roslyn/src/OmniSharp.MSBuild/ProjectLoader.cs
Lines 174 to 184 in 41dbf7c
By these lines if there is no
TargetFramework
then the firstTargetFramework
inTargetFrameworks
will always be selected, which is a bit of a inconvenience, as seen in dotnet/vscode-csharp#1783 and dotnet/vscode-csharp#3754. It is also seen to be a shortcoming in the comments from L179-L180.Is the feature that allows hosts to freely select a
TargetFramework
from the list ofTargetFrameworks
at will going to be implemented?The text was updated successfully, but these errors were encountered: