Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Cake.Core to v2 #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xcomponentadmin
Copy link
Contributor

@xcomponentadmin xcomponentadmin commented Nov 30, 2021

This PR contains the following updates:

Package Type Update Change
Cake.Core (source) nuget major 1.1.0 -> 2.2.0

Release Notes

cake-build/cake

v2.2.0

  • 3821 PostAction is not setable on DotNetSettings.
  • 3485 Add alias for dotnet workload search command.
  • 2099 Cache compiled script on disk.
  • 3866 Update Microsoft.NETCore.Platforms to 6.0.3.
  • 3854 Update Spectre.Console to 0.44.0.
  • 3851 Update System.Reflection.Metadata to 6.0.1.
  • 3846 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.1.0.
  • 3844 Update Microsoft.NETCore.Platforms to 6.0.2.
  • 3843 Update NuGet.* to 6.1.0.
  • 2763 Provide property to return parent directory on DirectoryPath.
  • 2431 UploadFile should support option of username/password.
  • 3819 Update Git Release Manager Comment template to remove Cake NuGet package and Chocolatey portable.
  • 3859 PathCollapser.Collapse breaks UNC paths.
  • 3858 PathCollapser.Collapse shows wrong output for if .. is the second segment in the path.
  • 3823 Executing a cake script leads to System.IO.FileNotFoundException for several System.(...) assemblies.
  • 3735 Incorrect warnings in diagnostic logs.

v2.1.0

  • 2524 XmlTransform support for xsl arguments
  • 3479 Add alias for dotnet format command
  • 3480 Add alias for dotnet sdk check command
  • 3771 Add support for the Chocolatey Export command
  • 2746 Add duration of a task
  • 3733 Show relative path of addin assemblies that are being loaded
  • 3756 Update NuGet.* to 6.0.0
  • 3758 Update Autofac to 6.3.0
  • 3760 Update Spectre.Console to 0.43.0
  • 3764 Add missing GitHub Actions environment info
  • 3769 Update Microsoft.NETCore.Platforms to 6.0.1
  • 3776 Introduce IPath interface for easier code reuse
  • 3777 GitHub Actions UploadArtifact command should accept relative paths
  • 3778 Add GitHub Actions DownloadArtifact command
  • 3743 SemVersion class crashes if compared to null
  • 3772 VSTest Alias does not work when only VS 2022 Preview is installed
  • 3794 VS2022 BuildTools are not found by the logic introduced in #​3775

v2.0.0

  • 3714 Use Basic.Reference.Assemblies.* to ensure all standard reference assemblies are available for Roslyn.
  • 3654 IsRunningOnAzurePipelines should ignore agent type.
  • 3631 Refactor GitHub Actions Paths.
  • 3610 Remove TFBuildProvider.
  • 3590 Directories in AzurePipelinesBuildInfo are FilePaths - FilePath.GetDirectory then inconsistent.
  • 3581 Stop shipping Cake.Portable Chocolatey package and Cake Homebrew formulae.
  • 3579 Stop shipping Cake runner for .NET Framework and Cake runner for .NET Core.
  • 3577 Remove ReverseDependencyAttribute.
  • 3572 Only build for TargetFrameworks netcoreapp3.1, net5.0 and net6.0.
  • 3282 GitVersion Tool: Rename verbosity values to match GitVersion values.
  • 3222 Add Xamarin.iOS platform targets to MSBuildSettings PlatformTarget enumeration.
  • 3151 Add support for Engine event hooks after execution as well as before.
  • 3003 Remove DependencyAttribute.
  • 2872 Bump eol target frameworks.
  • 2788 Tool:OpenCover - the register-setting should be an option, rather than a string.
  • 1111 DotNetCoreRestore: dotnet restore no longer supports globbing.
  • 3630 Add GitHub Actions Environment properties.
  • 3629 Add GitHub Actions UploadArtifact Command.
  • 3628 Add GitHub Actions SetEnvironmentVariable Command.
  • 3627 Add GitHub Actions AddPath Command.
  • 3341 Epic: Introduce DotNet aliases (synonyms to DotNetCore aliases).
  • 3709 Arguments alias should support ICollection as default value.
  • 3691 Update Microsoft.NETCore.Platforms to 6.0.0.
  • 3690 Update Microsoft.Extensions.DependencyInjection to 6.0.0.
  • 3689 Update System.Reflection.Metadata to 6.0.0.
  • 3688 Update System.Collections.Immutable to 6.0.0.
  • 3681 ScriptAssemblyResolver logging should be at debug/diagnostic level.
  • 3662 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.0.0-6.final.
  • 3647 Display message of criteria when task fails to run due to criteria not being met.
  • 3644 Add DotNetNuGetUpdateSource aliases (synonym to DotNetCoreNuGetUpdateSource).
  • 3643 Add DotNetNuGetRemoveSource aliases (synonym to DotNetCoreNuGetRemoveSource).
  • 3642 Add DotNetNuGetListSourceSettings (derived from to DotNetNuGetSource).
  • 3641 Add DotNetNuGetHasSource aliases (synonym to DotNetCoreNuGetHasSource).
  • 3640 Add DotNetNuGetEnableSource aliases (synonym to DotNetCoreNuGetEnableSource).
  • 3639 Add DotNetNuGetDisableSource aliases (synonym to DotNetCoreNuGetDisableSource).
  • 3607 Add EnableCompressionInSingleFile to DotNetCorePublishSettings.
  • 3599 Add VS2022 to default MSBuild Resolver.
  • 3598 Remove Preview from VS2022 MSBuild Resolver.
  • 3595 Update Autofac to 6.3.0.
  • 3593 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.0.0-5.final.
  • 3591 Update Microsoft.NETCore.Platforms to 6.0.0-rc.2.21480.5.
  • 3555 Add DotNetNuGetAddSource aliases (synonym to DotNetCoreNuGetAddSource).
  • 3554 Add DotNetNuGetDelete aliases (synonym to DotNetCoreNuGetDelete).
  • 3553 Add DotNetNuGetPush aliases (synonym to DotNetCoreNuGetPush).
  • 3552 Add DotNetPack alias (synonym to DotNetCorePack).
  • 3551 Add DotNetPublish alias (synonym to DotNetCorePublish).
  • 3550 Add DotNetVSTest alias (synonym to DotNetCoreVSTest).
  • 3549 Add DotNetTest alias (synonym to DotNetCoreTest).
  • 3548 Add DotNetBuildServer alias (synonym to DotNetCoreBuildServer).
  • 3547 Add DotNetBuild alias (synonym to DotNetCoreBuild).
  • 3546 Add DotNetRestore alias (synonym to DotNetCoreRestore).
  • 3545 Add DotNetClean alias (synonym to DotNetCoreClean).
  • 3544 Add DotNetExecute alias (synonym to DotNetCoreExecute).
  • 3543 Add DotNetRun alias (synonym to DotNetCoreRun).
  • 3542 Add DotNetTool alias (synonym to DotNetCoreTool).
  • 3523 Add DotNetMSBuild alias (synonym to DotNetCoreMSBuild).
  • 3215 Add RunCommand with postAction parameter to DotNetCoreTool.
  • 3075 Make FilePath and DirectoryPath comparable by value.
  • 2571 OctopusDeploy DeployTo property to take collection of string to specify multiple environments.
  • 2075 Add overloads for DotNetCore*() methods taking FilePath instead of string.
  • 1794 Private is missing from ProjectReference.
  • 1616 Error message on circular references leads to poor developer experience.
  • 3701 Add cake-module tag to Cake.DotNetTool.Module NuGet package.
  • 3602 Switch to Cake.Tool as primary package in REAME.md.
  • 3711 SemanticVersion missing equals/not equals operator, prerelease sorted wrong.
  • 3697 Error: The requested service 'Cake.Commands.DefaultCommandSettings' has not been registered.
  • 3693 Core suffix is still used in some settings classes.
  • 3683 Use DotNetMSBuildSettings instead of DotNetCoreMSBuildSettings on new dotnet aliases settings.
  • 3671 VS2022: msbuild can not be located, only Build Tools are installed.
  • 2665 C* 8 Using Statement produces compile error.
  • 2443 Erroneous "Target path must be an absolute path" when preserveFolderStructure is used with CopyFiles.
  • 1669 Release notes does not tolerate prerelease versions.

v1.3.0

  • 3469 Add support for .NET 6
  • 3493 .NET CLI Build Binary log filenames aren't quoted correctly
  • 3477 parsing of solution files with absolute paths to projects throws exception
  • 3455 NuGet Resolver native dependencies fails on latest macOS
  • 3352 Cake Frosting Parent DirectoryPath Fails To Combine with Slash
  • 3291 Unable to retrieve target argument with Frosting
  • 2048 DotNetCoreToolSettings.WorkingDirectory is not respected when running DotNetCoreTool
  • 3521 Update Microsoft.NETCore.Platforms to 6.0.0-rc.1.21451.13
  • 3519 Update Spectre.Console to 0.42.0
  • 3503 Add NuGet Sources argument to DotNetCoreTestSettings
  • 3502 Add NuGet Sources argument to DotNetCoreRunSettings
  • 3501 Add NuGet Sources argument to DotNetCorePackSettings
  • 3464 Support MSBuild version 17
  • 3452 Missing option in InspectCodeSettings: --build and --no-build flags
  • 3449 Add Version, AssemblyVersion, FileVersion, and AssemblyInformationalVersion properties to DotNetCoreMSBuildSettings
  • 3447 Add ContinuousIntegrationBuild to DotNetCoreMSBuildSettings
  • 3445 Highlight failed tasks on summary when Error handler is defined
  • 3237 Allow setting MSBuildToolVersion using custom string - Part 1
  • 3065 Add DOTNET_ROLL_FORWARD setting to DotNetCoreSettings
  • 2165 DotNetCore Build misses Sources settings
  • 2104 Make possibility to set Process Exit Code
  • 1882 DeleteDirectory throws exception if directory doesn't exist
  • 3515 Add a simple README to the packages to be shown on NuGet.org
  • 3466 Fix two typos in GitReleaseManagerAliases documentation

v1.2.0

  • 2690 Consider adding some kind of "GetArguments()" alias, similar to the EnvironmentVariables() one.
  • 2578 Feature request: nuget version ranges support.
  • 2362 Add Support for New snupkg Symbol Packages.
  • 3429 Microsoft.Extensions.DependencyInjection to 5.0.2.
  • 3427 Update Microsoft.CodeAnalysis.CSharp.Scripting to 3.11.0.
  • 3425 Update NuGet Client libraries to 5.11.0.
  • 3423 Update Spectre.Console to 0.41.0.
  • 3337 Suppress compilation warnings CS1701, CS1702, and CS1705.
  • 3316 Bump NuGet client libraries to 5.9.1.
  • 3314 Bump .NET SDK to 5.0.202.
  • 3294 Clean up task builder extensions.
  • 3281 GitVersion Tool: Remap existing verbosity values to valid GitVersion values.
  • 3255 Update NuGet client libraries to 5.9.0.
  • 3253 Update Microsoft.CodeAnalysis.CSharp.Scripting to 3.9.0 stable.
  • 3246 Update Spectre.Console to 0.38.0.
  • 3223 Feature request: Environment variable substitution in cake.config.
  • 2654 NUnit3Settings should support TestParam.
  • 2168 TypeConverter to enable Argument(...).
  • 2030 NuGetHasSource is case sensitive.
  • 3365 Typo in documentation of NuGetAdd alias.
  • 3355 VSTest alias documentation contains holdover from <v0.17.0.
  • 3283 Update GitVersion alias reference page with dotnet tool usage example.
  • 3259 TypeLoadException: Missing implementation of RegisterLazy.
  • 3431 Update Microsoft.NET.Test.Sdk to 16.11.0.
  • 3421 Update .NET SDK to 5.0.400.
  • 3372 Update Microsoft.NET.Test.Sdk to 16.9.4.
  • 3370 Update Spectre.Console to 0.39.0.
  • 3368 Update .NET SDK to 5.0.203 and .NET Core 3.1.409 and 2.1.816.
  • 3250 Update .NET SDK to 5.0.200.
  • 3248 Remove Cake.DotNetTool.Module from build.cake.
  • 3360 using Spectre.Console; makes error CS0246.
  • 3352 Cake Frosting Parent DirectoryPath Fails To Combine with Slash.
  • 3243 Error messages logged via Error(...) are displayed in random places in the build log.
  • 3226 Still can't resolve resource assemblies after GH2734.
  • 1663 CopyFiles alias throws exception if empty enumeration is passed.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

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