Skip to content

Conversation

@augustoproiete
Copy link
Member

DotNetCore DotNet synonym
DotNetCoreRestore ➡️ 🆕 DotNetRestore
DotNetCoreRestoreSettings ➡️ 🆕 DotNetRestoreSettings
  • New DotNetRestore aliases are being introduced
  • DotNetRestore aliases contain the code of the existing DotNetCoreRestore (rename/move)
  • Existing DotNetCoreRestore aliases are forwarding calls to newly introduced DotNetRestore aliases
  • New DotNetRestoreSettings class is being introduced
  • DotNetRestoreSettings class contains the code of DotNetCoreRestoreSettings (rename/move)
  • The previous DotNetCoreRestoreSettings is now empty and inherits from the new DotNetRestoreSettings
  • Namespaces Cake.Common.Restore.DotNetCore.* have been preserved as to not introduce breaking changes
  • Unit Tests and Integration Tests remain the same, and call the old DotNetCore*** aliases, exercising the new DotNet*** aliases in the process

Closes #3546

@augustoproiete augustoproiete requested a review from a team October 20, 2021 04:15
Copy link
Member

@nils-a nils-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@augustoproiete augustoproiete merged commit 9d53cce into cake-build:develop Oct 21, 2021
@augustoproiete augustoproiete deleted the add-dotnet-restore-alias branch October 21, 2021 00:07
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.

Add DotNetRestore alias (synonym to DotNetCoreRestore)

2 participants