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.
- Host: GitHub
- URL: https://github.com/misinformeddna/corefx-issue-17905
- Owner: MisinformedDNA
- Created: 2018-04-06T20:57:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T02:44:28.000Z (about 8 years ago)
- Last Synced: 2025-01-30T20:38:40.616Z (over 1 year ago)
- Language: C#
- Homepage: https://github.com/dotnet/corefx/issues/17905
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.