-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[BUG] Microsoft.Rest.ClientRuntime Dependency Loop #18024
Comments
Thank you for your feedback. Tagging and routing to the team member best able to assist. |
@jsquire It looks is Microsoft.Rest.ClientRuntime, why it is a question for management package? |
@YalinLi0312: That's a mistake on may part. Apologies for the confusion. |
Hi @TheOnlyWei. There hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by removing the |
Hi @TheOnlyWei. There was a mistake and this issue was unintentionally flagged as a stale pull request. The label has been removed and the issue will remain active; no action is needed on your part. Apologies for the inconvenience. |
@TheOnlyWei there is a newer version of the package -- are you still seeing this? |
Hi, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
@AlexGhiondea Yes, I get the same error in 2.3.23 (the latest version I found).
|
There are two versions of The other is from PackageManagement Powershell module and is intended for general-purpose powershell packages, not .NET packages. You are ending up using this version. It's unable to handle .NET-specific package authoring. When using VSCOde I recommend using
|
Hi @TheOnlyWei. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Hi @TheOnlyWei, since you haven’t asked that we “ |
Review request for Microsoft.ContainerService to add version 2022-02-01 (Azure#18324) * Adds base for updating Microsoft.ContainerService from version stable/2022-01-01 to version 2022-02-01 * Updates readme * Updates API version in new specs and examples * Update readmes for the 2022-02-01 dev branch of container service (Azure#17887) * update readme * remove useless -only tags * Fix violated rule R2026 for 2022-02-01 managedCluster swagger (Azure#18024) * fix allof * add missing type * GA alias minor version (Azure#18038) * GA alias minor version * polish more details on kubernetesVersion and currentKubernetesVersion * Update specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02-01/managedClusters.json minor revision Co-authored-by: Matthew Christopher <[email protected]> Co-authored-by: Matthew Christopher <[email protected]> * add missing type object (Azure#18115) * Revert "GA alias minor version (Azure#18038)" (Azure#18291) This reverts commit 3a99cda3cb48e05c74923f5467c0737014322b0f. * Align modifications of several common definitions with 2022-02-02-preview for container service 2022-02-01 (Azure#18216) * sync modification * fix ref Co-authored-by: Jianping Zeng <[email protected]> Co-authored-by: Matthew Christopher <[email protected]>
Describe the bug
Please provide the description of issue you're seeing.
Installing the following package:
https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime/
NOTE: the command is wrong, the parameter -Version should be -RequiredVersion.
After entering the command, I get a dependency loop error:
Expected behavior
What is the expected behavior?
Should not have an error.
Actual behavior (include Exception or Stack Trace)
What is the actual behavior?
There was an error.
To Reproduce
Steps to reproduce the behavior (include a code snippet, screenshot, or any additional information that might help us reproduce the issue)
Environment:
dotnet --info
output for .NET Core projects): Windows Server 2019 DatacenterThe text was updated successfully, but these errors were encountered: