Skip to content

docs(sdk): design standardized solution setup - #920

Merged
AndreaCuneo merged 7 commits into
masterfrom
copilot/introduce-dotnet-solution-setup
Aug 29, 2026
Merged

docs(sdk): design standardized solution setup#920
AndreaCuneo merged 7 commits into
masterfrom
copilot/introduce-dotnet-solution-setup

Conversation

Copilot AI commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Ark.Tools consumers currently copy build conventions and analyzer configuration from sample projects, causing configuration drift. This proposes a versioned distribution model for those shared defaults.

  • Architecture

    • Compares MSBuild SDK and NuGet buildTransitive approaches.
    • Recommends an additive Ark.Tools.Sdk because it supports conditional package references without leaking policy transitively.
  • Current-state inventory

    • Catalogs existing build, analyzer, banned-symbol, packaging, SQL, Reqnroll, and MTP behavior.
    • Proposes inclusion, exclusion, or profile-specific handling for each default.
  • External research

    • Evaluates relevant capabilities from Meziantou.NET.Sdk and its deprecated CodingStandard predecessor.
    • Retains MTP findings while excluding framework-specific xUnit/MSTest features.
  • Decision record

    • Adds 23 review questions with alternatives and recommendations.
    • Separates stable design documentation from progress and decision material.

Copilot AI and others added 2 commits August 29, 2026 13:45
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>

@AndreaCuneo AndreaCuneo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot update the design based on the answered questions. Improve the details of the one still open and do another feedback round.

Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>

Copilot AI commented Aug 29, 2026

Copy link
Copy Markdown
Contributor Author

@copilot update the design based on the answered questions. Improve the details of the one still open and do another feedback round.

Updated in eb97110. Accepted answers now drive the stable design; the second feedback round is reduced to four expanded open decisions covering distribution, SDK composition, MTP/framework boundaries, and package-version ownership.

@AndreaCuneo AndreaCuneo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot if needed do another feedback round

Comment thread docs/sdk/design.md Outdated
Comment thread docs/sdk/design.md
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md
Comment thread docs/sdk/progress/decisions.md
Comment thread docs/sdk/progress/decisions.md
Copilot AI and others added 2 commits August 29, 2026 15:38
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>

Copilot AI commented Aug 29, 2026

Copy link
Copy Markdown
Contributor Author

@copilot if needed do another feedback round

A third feedback round is needed for one verified hybrid boundary only: SDK-24 asks whether Ark.Tools.Build may flow into packed package dependencies. The design recommends private-by-default with an explicit publication opt-in; public, private, and opt-in modes were all validated in a local restore/pack spike.

Comment thread docs/sdk/progress/decisions.md Outdated
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Comment thread docs/sdk/progress/decisions.md Outdated
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Copilot AI requested a review from AndreaCuneo August 29, 2026 18:32
@AndreaCuneo
AndreaCuneo marked this pull request as ready for review August 29, 2026 19:34
@AndreaCuneo
AndreaCuneo requested a review from a team as a code owner August 29, 2026 19:34
Copilot AI lite review requested due to automatic review settings August 29, 2026 19:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Initialize containers custom setup step from your .github/workflows/copilot-setup-steps.yml file failed.

@AndreaCuneo
AndreaCuneo merged commit 71163b9 into master Aug 29, 2026
3 of 4 checks passed
@AndreaCuneo
AndreaCuneo deleted the copilot/introduce-dotnet-solution-setup branch August 29, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants