Skip to content

Main#27

Merged
phmatray merged 29 commits into
devfrom
main
Mar 9, 2026
Merged

Main#27
phmatray merged 29 commits into
devfrom
main

Conversation

@phmatray
Copy link
Copy Markdown
Contributor

@phmatray phmatray commented Mar 9, 2026

No description provided.

phmatray and others added 29 commits December 23, 2024 11:04
build: use Nuke to build the project
This PR upgrades the project to .NET 10 (latest stable release).

Changes:
- Updated all .csproj files to target net10.0
- Updated global.json to SDK 10.0.100 with latestFeature rollForward
- Updated GitHub Actions workflows to use .NET 10.x and setup-dotnet@v5
- Verified successful build locally

Migration notes:
- .NET 10 includes C# 13 language features
- All NuGet packages should be compatible
- CI/CD will validate cross-platform builds
…mplate

docs: standardize README following org template
…onorepo

chore(deps): update dependency nuke.common to 9.0.4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
FileSystemTasks and PathConstruction were removed in Nuke.Common v10.
The code already uses the new extension method API style, so these
unused using static imports just need to be removed.
…ange (#23)

AsyncCommand<T>.ExecuteAsync now requires a CancellationToken parameter
in the latest Spectre.Console version. Add the parameter to satisfy the
override contract.
- Change trigger from all pushes to push/PR on main only
- Add concurrency group to cancel redundant runs
- Add .NET 10.0.x SDK alongside existing versions
* chore: standardize renovate config

* chore: fix renovate config for repo technologies
@phmatray phmatray merged commit 65d3ed4 into dev Mar 9, 2026
1 check passed
@phmatray phmatray deleted the main branch March 9, 2026 11:00
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.

1 participant