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

Fix win_powershell usings #572

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

jborean93
Copy link
Collaborator

SUMMARY

Remove the unecessary using entry in the compiled code causing Roslyn to emit a warning during compilation. This only affected people running with an executable as the in process option did not need to recompile the code that had this.

Fixes: #571

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

win_powershell

Remove the unecessary using entry in the compiled code causing Roslyn to
emit a warning during compilation. This only affected people running
with an executable as the in process option did not need to recompile
the code that had this.
Copy link

This pull request is stale because it has been open for 4 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks.

@github-actions github-actions bot added the stale label Dec 29, 2023
@jborean93 jborean93 merged commit 8dc31d6 into ansible-collections:main Jan 2, 2024
23 checks passed
@jborean93 jborean93 deleted the powershell-using branch January 2, 2024 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

win_powershell output broken when using Powershell 7
1 participant