-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
Missing assembly in PublishSingleFile #3455
Comments
@livarcocc is this in your area? |
By default we do not bundle pdbs, you can explicitly include them with the following:
|
This is a dup of PowerShell/PowerShell#10266 |
Thanks for the info Jeff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Title
An assembly specified in the application dependencies manifest (BVLocalSync.deps.json) was not found:
package: 'Microsoft.PowerShell.Native', version: '6.2.0'
path: 'runtimes/win-x64/native/pwrshplugin.pdb'
General
The non PublishSingleFile application works fine. I have also tried installing nuget Microsoft.Powershell.Native but no change.
The text was updated successfully, but these errors were encountered: