docs: 補上 RELEASING.md 與 ROADMAP.md - #15
Merged
Merged
Conversation
另外三個姊妹 repo 都有這兩份,只有這裡沒有。 RELEASING.md —— 這個 repo 發版很稀疏(7 月 1.0、8 月 1.1),流程會忘;而且今天才剛 變過(多了自動建 GitHub Release)。特別寫進去的兩件事: - 版號只從 tag 來,不需要事先改任何檔案 - **抬高相依樓地板 = major**。README 承諾支援 EF Core 8+,往上抬會讓 EF 8 的使用者 直接裝不起來;analyzer 的 Roslyn 版本同理,它決定消費端需要的最低 VS/SDK 世代 ROADMAP.md —— 不是憑空規劃,是把 README 的 Limitations 拆開。那一節原本混了兩種東西: 「這是泛型主鍵的必然代價,你得認了」(如 LabelHit.EntityId 是 object)和「這個以後會有」 (UNION ALL 優化、多租戶、每父層唯一命名 —— 最後一項自己就寫著「屬 v2 範疇」)。 讀者分不出來。前者留在 README,後者收進 ROADMAP,每一條都標明觸發條件。 順帶修正 tests csproj 對 CornhsuEfVersion 的註解。先前(#11)把 8.0.11 描述成 「Npgsql 訂的礙事天花板」,框錯了方向 —— 它真正的意義是「必須等於 src 的樓地板」, 因為那個預設值就是在測我們對外承諾的最低版本。Npgsql 的上限只是剛好重合在同一個數字, 而它真正會咬人的時機是「哪天要抬高 src 樓地板」。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
另外三個姊妹 repo 都有這兩份,只有這裡沒有。
RELEASING.md —— 這個 repo 發版很稀疏(7 月 1.0、8 月 1.1),流程會忘;而且今天才剛
變過(多了自動建 GitHub Release)。特別寫進去的兩件事:
直接裝不起來;analyzer 的 Roslyn 版本同理,它決定消費端需要的最低 VS/SDK 世代
ROADMAP.md —— 不是憑空規劃,是把 README 的 Limitations 拆開。那一節原本混了兩種東西:
「這是泛型主鍵的必然代價,你得認了」(如 LabelHit.EntityId 是 object)和「這個以後會有」
(UNION ALL 優化、多租戶、每父層唯一命名 —— 最後一項自己就寫著「屬 v2 範疇」)。
讀者分不出來。前者留在 README,後者收進 ROADMAP,每一條都標明觸發條件。
順帶修正 tests csproj 對 CornhsuEfVersion 的註解。先前(#11)把 8.0.11 描述成
「Npgsql 訂的礙事天花板」,框錯了方向 —— 它真正的意義是「必須等於 src 的樓地板」,
因為那個預設值就是在測我們對外承諾的最低版本。Npgsql 的上限只是剛好重合在同一個數字,
而它真正會咬人的時機是「哪天要抬高 src 樓地板」。
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
🤖 Generated with Claude Code