Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1509a7f
Scope CI spell-check to README and HISTORY (#512)
ptr727 Jul 15, 2026
edac989
Bump the nuget-deps group with 2 updates (#513)
dependabot[bot] Jul 15, 2026
15d087f
Document the README + HISTORY cspell CI scope in CODESTYLE (#516)
ptr727 Jul 15, 2026
8820e0c
Bump actions/setup-dotnet from 5.4.0 to 6.0.0 in the actions-deps gro…
dependabot[bot] Jul 16, 2026
349145b
Bump the actions-deps group with 2 updates (#521)
dependabot[bot] Jul 20, 2026
13c7bff
Bump the nuget-deps group with 1 update (#522)
dependabot[bot] Jul 20, 2026
710ae41
Re-vendor the markdownlint config to the current canonical (#530)
ptr727 Aug 3, 2026
cb0b63c
Bump docker/login-action from 4.4.0 to 4.6.0 in the actions-deps grou…
dependabot[bot] Aug 4, 2026
fe74abd
Bump DavidAnson/markdownlint-cli2-action from 24.1.0 to 24.2.0 in the…
dependabot[bot] Aug 5, 2026
d4bc22e
Bump the nuget-deps group with 2 updates (#533)
dependabot[bot] Aug 12, 2026
4702abc
Bump the nuget-deps group with 1 update (#535)
dependabot[bot] Aug 14, 2026
c263936
Bump streetsidesoftware/cspell-action from 8.4.0 to 9.0.1 in the acti…
dependabot[bot] Aug 18, 2026
83cdd1a
Update codegen files (#541)
ptr727-codegen[bot] Aug 19, 2026
a7219de
Bump docker/setup-buildx-action from 4.2.0 to 4.3.0 in the actions-de…
dependabot[bot] Aug 20, 2026
3c11b69
Normalize line endings to LF and pin the generator's output to LF (#547)
ptr727 Aug 30, 2026
5c9a9e1
Migrate testing to native Microsoft.Testing.Platform and update test …
ptr727 Aug 30, 2026
d4f94f9
Carry the hub's skills tree, host-tool declaration and shared lint co…
ptr727 Aug 30, 2026
75643b6
Split AGENTS.md onto the fleet's router model and retire repo-config …
ptr727 Aug 30, 2026
64599bb
Restructure README to the fleet README shape (#552)
ptr727 Aug 30, 2026
eb658b7
Merge develop into main for the ProjectTemplate resync promotion
ptr727 Aug 30, 2026
1d221ad
Use the backslash hard break in the Docker Hub overview
ptr727 Aug 30, 2026
e567e87
Use the backslash hard break in the Docker Hub overview (#557)
ptr727 Aug 30, 2026
cf41dbe
Convert the Docker Hub overview to reference-style links
ptr727 Aug 30, 2026
7e19286
Correct the README's publish contract and tag list
ptr727 Aug 30, 2026
7085b81
Mirror the promotion PR's documentation fixes onto develop (#558)
ptr727 Aug 31, 2026
6fcedf5
Merge develop, bringing the mirrored documentation fixes into the pro…
ptr727 Aug 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.3.0",
"commands": [
"csharpier"
],
"rollForward": false
},
"husky": {
"version": "0.9.1",
"commands": [
"husky"
],
"rollForward": false
},
"dotnet-outdated-tool": {
"version": "4.8.1",
"commands": [
"dotnet-outdated"
],
"rollForward": false
}
}
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.3.0",
"commands": [
"csharpier"
],
"rollForward": false
},
"husky": {
"version": "0.9.1",
"commands": [
"husky"
],
"rollForward": false
},
"dotnet-outdated-tool": {
"version": "4.8.1",
"commands": [
"dotnet-outdated"
],
"rollForward": false
}
}
}
52 changes: 26 additions & 26 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
**/.mount
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
**/.mount
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
auth.conf
Loading