Skip to content

Conversation

@devlead
Copy link
Owner

@devlead devlead commented Dec 17, 2025

  • Replace Cake.Tool with Cake.Sdk@6.0.0
  • Rename build.cake to cake.cs and update to use #:sdk directive
  • Convert build helpers and records from .cake to .cs extensions
  • Remove .config/dotnet-tools.json (no longer needed with Cake.Sdk)
  • Update GitHub Actions workflow to use file-path instead of cake-version
  • Replace #tool/#addin/#load directives with InstallTool() and #:package
  • Update GitHubActions usage to direct static access pattern
  • Add nullable annotations to environment variable properties
  • Update package versions (Devlead.Console, Cake.Bridge.DependencyInjection, Microsoft.Extensions.Http)

- Replace Cake.Tool with Cake.Sdk@6.0.0
- Rename build.cake to cake.cs and update to use #:sdk directive
- Convert build helpers and records from .cake to .cs extensions
- Remove .config/dotnet-tools.json (no longer needed with Cake.Sdk)
- Update GitHub Actions workflow to use file-path instead of cake-version
- Replace #tool/#addin/#load directives with InstallTool() and #:package
- Update GitHubActions usage to direct static access pattern
- Add nullable annotations to environment variable properties
- Update package versions (Devlead.Console, Cake.Bridge.DependencyInjection, Microsoft.Extensions.Http)
@devlead devlead merged commit 298f35c into develop Dec 17, 2025
3 checks passed
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.

2 participants