Skip to content

Enable CA1816: Dispose methods should call SuppressFinalize#14074

Merged
iSazonov merged 6 commits intoPowerShell:masterfrom
xtqqczze:CA1816
Nov 24, 2020
Merged

Enable CA1816: Dispose methods should call SuppressFinalize#14074
iSazonov merged 6 commits intoPowerShell:masterfrom
xtqqczze:CA1816

Conversation

@xtqqczze
Copy link
Copy Markdown
Contributor

@xtqqczze xtqqczze commented Nov 12, 2020

https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816

Also, ensure correct dispose pattern methods are present:

  • public void Dispose()
  • protected virtual void Dispose(bool disposing)

@ghost ghost assigned rjmholt Nov 12, 2020
@xtqqczze xtqqczze marked this pull request as ready for review November 13, 2020 21:45
@ghost ghost added the Review - Needed The PR is being reviewed label Nov 21, 2020
@ghost
Copy link
Copy Markdown

ghost commented Nov 21, 2020

This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days.
Maintainer, please provide feedback and/or mark it as Waiting on Author

Comment thread src/Microsoft.PowerShell.Commands.Management/commands/management/ComputerUnix.cs Outdated
@ghost ghost added Waiting on Author The PR was reviewed and requires changes or comments from the author before being accept and removed Review - Needed The PR is being reviewed labels Nov 21, 2020
@iSazonov iSazonov added the CL-CodeCleanup Indicates that a PR should be marked as a Code Cleanup change in the Change Log label Nov 21, 2020
@ghost ghost removed the Waiting on Author The PR was reviewed and requires changes or comments from the author before being accept label Nov 21, 2020
@iSazonov iSazonov assigned iSazonov and unassigned rjmholt Nov 24, 2020
@iSazonov iSazonov merged commit 358db74 into PowerShell:master Nov 24, 2020
@iSazonov iSazonov added this to the 7.2.0-preview.2 milestone Nov 24, 2020
@xtqqczze xtqqczze deleted the CA1816 branch November 24, 2020 08:02
@ghost
Copy link
Copy Markdown

ghost commented Dec 15, 2020

🎉v7.2.0-preview.2 has been released which incorporates this pull request.:tada:

Handy links:

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

Labels

CL-CodeCleanup Indicates that a PR should be marked as a Code Cleanup change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants