Skip to content

Commit 7c2ebec

Browse files
Sync with TemplateDotNetTool: workflow structure, self-validation, OTS requirements, semantic IDs, dependency updates (#102)
* Initial plan * feat: apply template consistency updates - workflows, validation, OTS requirements Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * fix: add SARIF/SarifMark to cspell word list Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * feat: apply additional template changes - semantic IDs, reqstream 1.4.0, csproj structure, docs Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * docs: convert all unordered list markers from asterisks to dashes to match template style Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * fix: use explicit paths for nupkg/snupkg artifact upload instead of top-level globs Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent ce4339d commit 7c2ebec

File tree

11 files changed

+554
-333
lines changed

11 files changed

+554
-333
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"demaconsulting.reqstream": {
24-
"version": "1.3.0",
24+
"version": "1.4.0",
2525
"commands": [
2626
"reqstream"
2727
]
@@ -51,4 +51,4 @@
5151
]
5252
}
5353
}
54-
}
54+
}

.cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@
6464
"lifecycles",
6565
"slnx",
6666
"reqstream",
67-
"screencasts"
67+
"screencasts",
68+
"sarifmark",
69+
"Sarif",
70+
"SARIF"
6871
],
6972
"ignorePaths": [
7073
"node_modules",

0 commit comments

Comments
 (0)