What's Changed
- Add solution support by @IEvangelist in #8
- Tech debt by @IEvangelist in #17
- Properly containerize the .NET GitHub action by @IEvangelist in #19
- Bug fixes by @IEvangelist in #24
- Various bits of clean up and added unit tests by @IEvangelist in #29
- Added support for reporting on project.json and *.xproj file formats. by @IEvangelist in #30
- Add unit tests for GitHub action class lib by @IEvangelist in #35
- Do not create issue when unable to determine if issue already exists by @IEvangelist in #37
- Implemented issue grouping by TFM by @IEvangelist in #48
- Update JsonSerializerOptions to allow trailing commas by @Youssef1313 in #53
- Added de-dup
HashSet<string>
protecting new issue queue by @IEvangelist in #54 - Target
@main
in dog-food.yml by @IEvangelist in #55 - Add out of support within days config by @IEvangelist in #68
{
"outOfSupportWithinDays": 90,
"ignore": [
"**/pinned-versions/**",
"**/*.fsproj"
]
}
New Contributors
- @Youssef1313 made their first contribution in #53
Full Changelog: 0.0.2...v1.6