An open API service indexing awesome lists of open source software.

https://github.com/misinformeddna/corefx-issue-17905

This app is exclusively written to help remove false positives of proposed dead code.
https://github.com/misinformeddna/corefx-issue-17905

Last synced: over 1 year ago
JSON representation

This app is exclusively written to help remove false positives of proposed dead code.

Awesome Lists containing this project

README

          

## Applications
There are two applications in the solution, DownloadDrop and ReportGenerator.

### DownloadDrop
This application should be run first. This will download all the issues included in the drop.

As the issues are generally put out as a list of files in a GitHub comment, DownloadDrop will go to the issue, locate the comment, locate the list and all files there. Then it will download all those files into a "files" directory.

### ReportGenerator
This application is run second. It accesses all the files downloaded in the previous step and then combines and processes each file. A filter is applied to remove all non-issues and false positives, giving us only one file with all the most likely issues. The file is called `issues.csv`.

If you happen to find other commonalities that can be used to filter the list further, file an issue or a PR.