| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks, I haven't had the time to test it yet but it is very appreciated that the team tries to keep the VS support as quite a few community members like me, Staffan and others like to use VS for some code navigation/debugging where vs-code sometimes is too simplistic or lacks some of the enhanced features of VS (despite VS being a bit more heavy) |
Sorry, something went wrong.
|
🎉v7.0.0-preview.6 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
build.psm1 was updated awhile back to conditional build with and without WindowsDesktop SDK depending on target. Since this is only defined in build.psm1, it doesn't build in VisualStudio using the solution file. Fix is to add in powershell-win-core project file to define SDKToUse to default to WindowsDesktop SDK if it isn't already defined.
PR Checklist