dotnet/.NET version sweeper

A Github action that scans .NET projects, and creates issues that report versions that are not within long term support.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ownerThe owner of the repo. Assign from github.repository_owner. Example, "dotnet".yes
nameThe repository name. Example, "samples".yes
branchThe branch name. Assign from github.ref. Example, "main".yes
dirThe root directoryno/github/workspace
patternThe search pattern, defaults to "*.csproj;*.fsproj;*.vbproj;*.xproj;project.json". Valid delimiters for lists, ',',';', or '|'. Example, "*.csproj,*.fsproj".no*.csproj;*.fsproj;*.vbproj;*.xproj;project.json
sdkComplianceWhether or not to report projects that are not using the new SDK-style project format.nofalse
namedescription
has-remaining-workA boolean value indicating whether more work remains, i.e. upgrade-projects contains values.
upgrade-projectsAn array of projects that need to be upgraded.