You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Tools install from source. The dotnet-tool workflow gains an install job: it builds, packs, and installs the tool globally from the working tree, so no feed is needed to try a build. A version that's already installed stops the job early; --force reinstalls it.
Package metadata is checked.check and deploy now fail when a shipped package is missing a description, readme, or license — the gaps NuGet only warns about after the push.
Report sections share a vocabulary.SectionName is a value object for the sections of the workflow report.
Fixed
Every package carries the readme. The engine and domain packages now pack the repository readme, so their NuGet pages aren't bare.