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

Adds text and markdown reporter for the MinimalCsomPermissionsPlugin. Closes #1082 #1086

Merged

Conversation

waldekmastykarz
Copy link
Collaborator

Adds text and markdown reporter for the MinimalCsomPermissionsPlugin. Closes #1082

@waldekmastykarz waldekmastykarz requested a review from a team as a code owner March 23, 2025 14:01
@garrytrinder garrytrinder force-pushed the minimalcsompermissions-reporter branch from a0bdcd0 to 1eef360 Compare March 29, 2025 08:48
@garrytrinder garrytrinder requested a review from Copilot March 29, 2025 08:50
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new report transformation for the MinimalCsomPermissionsPlugin by introducing text and markdown reporters.

  • Adds a new mapping for MinimalCsomPermissionsPluginReport to the reporter mapping dictionaries in both PlainTextReporter.cs and MarkdownReporter.cs.
  • Implements TransformMinimalCsomPermissionsReport in both reporters to format the report details.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
dev-proxy-plugins/Reporters/PlainTextReporter.cs Adds plain text formatting for MinimalCsomPermissionsPluginReport.
dev-proxy-plugins/Reporters/MarkdownReporter.cs Adds markdown formatting for MinimalCsomPermissionsPluginReport with structured headers.

@garrytrinder garrytrinder merged commit 489fcb2 into dotnet:main Mar 29, 2025
3 checks passed
@waldekmastykarz waldekmastykarz deleted the minimalcsompermissions-reporter branch March 30, 2025 15:56
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

Successfully merging this pull request may close these issues.

Add text and markdown reporter for the MinimalCsomPermissionsPlugin
2 participants