Closed webwarrior-ws closed 9 months ago
@webwarrior-ws wrong scope in commit msg title; you wrote Frontend.XF
, but you're not changing that project or any file inside the Frontend.XF folder. I guess you meant Frontend.XF.*
.
@webwarrior-ws wrong scope in commit msg title; you wrote
Frontend.XF
, but you're not changing that project or any file inside the Frontend.XF folder. I guess you meantFrontend.XF.*
.
Fixed commit and PR title.
This is needed to avoid "error : Unrecognized Guid format" error when loading projects in Visual Studio 2022.
Do you still get this error if this PR is not merged?
This is needed to avoid "error : Unrecognized Guid format" error when loading projects in Visual Studio 2022.
Do you still get this error if this PR is not merged?
Yes
How about the stable branch?
How about the stable branch?
stable
doens't have Frontend.XF.*
projects
So VS builds fine in stable?
So VS builds fine in stable?
Yes
Fix project references in Fronend.XF.*.fsproj files by adding
<Project>
element with project guid to each project reference. This is needed to avoid "error : Unrecognized Guid format" error when loading projects in Visual Studio 2022.