SE-PRG / azmitool

☁️🕵️‍♂️ Azure Managed Identity tool
MIT License
2 stars 5 forks source link

Bump System.CommandLine from 2.0.0-beta1.20253.1 to 2.0.0-beta4.22272.1 #269

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps System.CommandLine from 2.0.0-beta1.20253.1 to 2.0.0-beta4.22272.1.

Release notes

Sourced from System.CommandLine's releases.

System.CommandLine v2.0.0-beta4.22272.1

For details on the Beta 4 release, please see #1750.

What's Changed

New Contributors

Full Changelog: https://github.com/dotnet/command-line-api/compare/v2.0.0-beta3.22114.1...2.0.0-beta4.22272.1

System.CommandLine v2.0.0-beta3.22114.1

For details on the Beta 3 release, please see #1613.

System.CommandLine v2.0.0-beta2.21617.1

For details on the Beta 2 release, please see #1537.

System.CommandLine v2.0.0-beta1.21216.1

What's new

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
iricigor commented 2 years ago
/usr/bin/dotnet test /home/vsts/work/1/s/./test/azmi-commandline-tests/azmi-commandline-tests.csproj --logger trx --results-directory /home/vsts/work/_temp
  Determining projects to restore...
  Restored /home/vsts/work/1/s/src/azmi-commandline/azmi-commandline.csproj (in 1.58 sec).
  Restored /home/vsts/work/1/s/src/azmi-main/azmi-main.csproj (in 31 ms).
  Restored /home/vsts/work/1/s/test/azmi-commandline-tests/azmi-commandline-tests.csproj (in 3.34 sec).
. . .
/home/vsts/work/1/s/src/azmi-commandline/AzmiCommandLineExtensions.cs(51,23): error CS0144: Cannot create an instance of the abstract type or interface 'Option' [/home/vsts/work/1/s/src/azmi-commandline/azmi-commandline.csproj]
/home/vsts/work/1/s/src/azmi-commandline/AzmiCommandLineExtensions.cs(53,17): error CS0122: 'Option.Argument' is inaccessible due to its protection level [/home/vsts/work/1/s/src/azmi-commandline/azmi-commandline.csproj]
/home/vsts/work/1/s/src/azmi-commandline/AzmiCommandLineExtensions.cs(55,17): error CS0117: 'Option' does not contain a definition for 'Required' [/home/vsts/work/1/s/src/azmi-commandline/azmi-commandline.csproj]
/home/vsts/work/1/s/src/azmi-commandline/AzmiCommandLineExtensions.cs(59,21): error CS0122: 'Option.Argument' is inaccessible due to its protection level [/home/vsts/work/1/s/src/azmi-commandline/azmi-commandline.csproj]
/home/vsts/work/1/s/src/azmi-commandline/AzmiCommandLineExtensions.cs(77,45): error CS0103: The name 'CommandHandler' does not exist in the current context [/home/vsts/work/1/s/src/azmi-commandline/azmi-commandline.csproj]
##[error]Error: The process '/usr/bin/dotnet' failed with exit code 1