Skip to content
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

Rules to check compatibility with PSCore6 #805

Closed
SteveL-MSFT opened this issue Jul 30, 2017 · 1 comment · Fixed by #1133
Closed

Rules to check compatibility with PSCore6 #805

SteveL-MSFT opened this issue Jul 30, 2017 · 1 comment · Fixed by #1133

Comments

@SteveL-MSFT
Copy link
Member

Now that PSCore6 has compatibility with many Windows PowerShell .Net modules, we should start developing rules to validate if modules used, .Net api's used, or incompatible Windows PowerShell features (api's removed or changed).

@bergmeister
Copy link
Collaborator

bergmeister commented Mar 30, 2018

@SteveL-MSFT For cmdlets, there is also ready the rule UseCompatibleCmdlets, therefore only the .net apis seem to be missing, maybe the .net core compatibility analyzer could be leveraged for that? PR 954 updates the rule files at least for PSCore 6.0.2

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

Successfully merging a pull request may close this issue.

2 participants