fix: resolve SqlClient runtime asset selection (#50) - #51
Conversation
Code Review — fix: resolve SqlClient runtime asset selection (#50)OverviewThis PR fixes a subtle but impactful bug: The approach is correct and the changes are well-scoped. A few things worth discussing below. What's Working Well
Issues and Suggestions1.
|
Code Review — fix: resolve SqlClient runtime asset selection (#50)
OverviewThe PR fixes a genuine bug:
What's Correct
Issues Worth Addressing1.
|
Code Review — fix: resolve SqlClient runtime asset selection (#50)
OverviewThis PR fixes a real bug: What's Working Well
Issues1. Duplicated CI verification step (maintenance risk)The 35-line verification block is copy-pasted verbatim into both Suggestion: Extract to a composite action at # .github/actions/verify-sqlclient/action.yml
name: Verify SqlClient runtime asset
runs:
using: composite
steps:
- shell: pwsh
run: |
# ... the shared block ...Then both workflows call 2.
|
Code Review — fix: resolve SqlClient runtime asset selection (#50)
OverviewThis PR fixes a real bug:
The approach is correct and the C# additions are fully C# 7.3-compatible ( What's Working Well
Issues1.
|
No description provided.