We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When enabling self-contained for the publish profile the build fails with the following error:
The type or namespace name 'Windows' could not be found (are you missing a using directive or an assembly reference?)
CsWin32 should be able to publish and bundle apps which are self-contained
Attempt to make this bundle: https://github.com/TheJoeFin/Screenshot-Stager/tree/package-with-cswin32
This repo cannot be published self-contained or not, but I suspect that is another issue: https://github.com/TheJoeFin/CSWin32-SelfContained
This branch shows the issue with a packaged app https://github.com/TheJoeFin/CSWin32-SelfContained/tree/Packaged
The text was updated successfully, but these errors were encountered:
Possibly related to #1188 and #560, and a workaround exists to at last some forms of the problem. Please try them out.
Sorry, something went wrong.
I have confirmed those two workarounds do not solve the issue.
No branches or pull requests
Actual behavior
When enabling self-contained for the publish profile the build fails with the following error:
The type or namespace name 'Windows' could not be found (are you missing a using directive or an assembly reference?)
Expected behavior
CsWin32 should be able to publish and bundle apps which are self-contained
Repro steps
Attempt to make this bundle:
https://github.com/TheJoeFin/Screenshot-Stager/tree/package-with-cswin32
This repo cannot be published self-contained or not, but I suspect that is another issue:
https://github.com/TheJoeFin/CSWin32-SelfContained
This branch shows the issue with a packaged app
https://github.com/TheJoeFin/CSWin32-SelfContained/tree/Packaged
Context
The text was updated successfully, but these errors were encountered: