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

AddType - Support compiling with /unsafe C# code #79853

Merged
merged 2 commits into from Jan 31, 2023

Conversation

jborean93
Copy link
Contributor

SUMMARY

Support compiling unsafe C# code with the //AllowUnsafe directive. This will enable more efficient PInvoke calls in other C# module utils which rely on unsafe contexts.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

Ansible.ModuleUtils.AddType.psm1

@ansibot ansibot added affects_2.15 feature This issue/PR relates to a feature request. needs_triage Needs a first human triage before being processed. windows Windows community labels Jan 30, 2023
@jborean93 jborean93 merged commit 652a74e into ansible:devel Jan 31, 2023
@jborean93 jborean93 deleted the csharp-unsafe branch January 31, 2023 00:23
@mkrizek mkrizek removed the needs_triage Needs a first human triage before being processed. label Jan 31, 2023
@ansible ansible locked and limited conversation to collaborators Feb 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.15 feature This issue/PR relates to a feature request. windows Windows community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants