Objective
Update project documentation with the new multi-Roslyn build/test/pack workflow and prerequisite tooling.
Scope
- Add concise usage examples for Build, Test, and Pack flows.
- Explain guard behavior for direct
dotnet pack without Roslyn 4.4 artifacts.
- Include cross-platform examples using
dotnet pwsh.
Files
README.md (or CONTRIBUTING.md if maintainers prefer)
Tasks
Acceptance Criteria
Dependencies
Notes
- This should be completed as the final independent step after technical validation.
Objective
Update project documentation with the new multi-Roslyn build/test/pack workflow and prerequisite tooling.
Scope
dotnet packwithout Roslyn 4.4 artifacts.dotnet pwsh.Files
README.md(orCONTRIBUTING.mdif maintainers prefer)Tasks
dotnet tool restore.dotnet pwsh ./build.ps1dotnet pwsh ./build.ps1 -Testdotnet pwsh ./build.ps1 -Pack-VersionSuffixdotnet pack src/DocoptNet/DocoptNet.csprojis expected to fail unless Roslyn 4.4 artifacts exist.Acceptance Criteria
Dependencies
Notes