-
Notifications
You must be signed in to change notification settings - Fork 779
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
Metadata reports generator (Issue #3999) #5531
Metadata reports generator (Issue #3999) #5531
Conversation
@dotnet-policy-service agree |
I think We need to introduce new bullet in the available repots list :
And I also think We need to introduce the new properties to the Available reports Table
|
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=920916&view=codecoverage-tab |
Yes, that makes sense. + maybe a new section like "Example of a metadata report". |
I have updated the read me file , hopefully now it algins with the other reports .... |
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=921170&view=codecoverage-tab |
src/Generators/Microsoft.Gen.MetadataExtractor/Microsoft.Gen.MetadataExtractor.csproj
Outdated
Show resolved
Hide resolved
Thank you! I think the PR is in a good shape now, just added some minor comments. Once we confirm the stage policy, it can be merged |
@evgenyfedorov2 All should be good now |
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=922034&view=codecoverage-tab |
@evgenyfedorov2 @dotnet/dotnet-extensions-compliance this is a breaking change --> dotnet/extensions-samples#645
We have never published Microsoft.Gen.MetadataExtractor package, and until recently it wasn't needed. Now it is.... |
Microsoft.Gen.MetadataExtractor is a new package, referenced as a csproj by Microsoft.Extensions.AuditReports, I don't quite understand why it has to be published. And even then, why wasn't it published automatically? What is the way forward? |
The change needs to be reverted. Microsoft.Gen.MetadataExtractor is an analyzer. |
Hello , |
Fix regression due to #5531 It broke the AuditReports extension since it will not be able to resolve the dependency on Microsoft.Gen.MetadataExtractor.
This Pull request fixes #3999
if you have any notes I will fix them at once, thank you
Microsoft Reviewers: Open in CodeFlow