microsoft / microsoft/CSS-Exchange
[Work Item] Address overrides in ManagedAvailabilityTroubleshooter to see if they are truly needed
Open
@jcoiffin is already working on this.
Since Aug 9, 2021.
Work Item
- Dominant language
- PowerShell
- Stars
- 1.3k
- Forks
- 395
- Avg merge
- 14h 7m
- Merged PRs (30d)
- 5
Description
Describe the work
Added in the following, need to have it reviewed to see if we really need to use Invoke-Expression and if we need to add in the override with the output type in function InvestigateMonitor as I don't see a reason to have it.
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingInvokeExpression', '', Justification = 'Override for now')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseOutputTypeCorrectly', '', Justification = 'Override for now')]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.