Skip to content

PowerShell Standard should list dependencies of PowerShell platforms under its facade #86

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

Open
rjmholt opened this issue Aug 11, 2020 · 0 comments

Comments

@rjmholt
Copy link

rjmholt commented Aug 11, 2020

Today, PSStd provides an API surface that allows targeting of both Windows PowerShell and PS 6+.

However, this is only one of the functions of a facade assembly.

Another function is to help MSBuild/NuGet resolve correct dependencies for the underlying platform.

So, for example, PSStd should have a requirement on things like Newtonsoft.Json and System.Collections.Immutable, so that simply depending on PSStd will pull in those dependencies, rather than requiring an artificial entry in the csproj based on manual calculation of concrete target dependencies.

As an example of something this might fix: PowerShell/PowerShellEditorServices#1349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant