Objective
Confirm generated NuGet package includes baseline and Roslyn 4.4 analyzer artifacts in the expected paths and that guard behavior is correct.
Scope
- Execute verification commands and inspect package layout.
- Validate guard target behavior for incomplete build scenarios.
- Record evidence for release confidence.
Files
- No mandatory source changes expected.
- Optional: add/update internal verification notes if project maintains them.
Tasks
Acceptance Criteria
Dependencies
Objective
Confirm generated NuGet package includes baseline and Roslyn 4.4 analyzer artifacts in the expected paths and that guard behavior is correct.
Scope
Files
Tasks
dotnet buildat repo root.dotnet pack src/DocoptNet/DocoptNet.csprojwithout Roslyn 4.4 build output.build.ps1 -Packguidance.dotnet pwsh ./build.ps1 -Pack.nupkgand confirm presence of:lib/netstandard2.0/DocoptNet.dlllib/netstandard2.1/DocoptNet.dlllib/net47/DocoptNet.dllanalyzers/dotnet/cs/DocoptNet.dllanalyzers/dotnet/roslyn4.4/cs/DocoptNet.dllbuild/netstandard2.0/docopt.net.targetsdotnet nuget verifyor equivalent inspection).Acceptance Criteria
dist/with all required payloads.Dependencies