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

IDiagnostic.SetFirewallConfiguration() missing brace in API declaration. #97

Open
2 tasks done
ptr727 opened this issue Apr 15, 2024 · 0 comments
Open
2 tasks done

Comments

@ptr727
Copy link
Contributor

ptr727 commented Apr 15, 2024

Checklist

  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This issue is not a duplicate issue of currently previous issues..

Describe the issue

Looks like a missing closing brace, I can guess where it goes, but I don't know the source of the API declaration, so leaving it to you to fix.

IDiagnostic.SetFirewallConfiguration(OpenPorts: {TCP: List[int], UDP: List[int], ICMP: bool)

Maybe IDiagnostic.SetFirewallConfiguration(OpenPorts: {TCP: List[int], UDP: List[int], ICMP: bool})

Btw, where is this documented?

Reproduction steps

Noticed in VSCode warning about a missing brace.

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