OData / OData/ODataConnectedService
Project attempts to install Microsoft.VisualStudio.Threading Version=17.11.0.0
Open
@WanjohiSammy is already working on this.
Since Nov 26, 2024.
investigating
- Dominant language
- C#
- Stars
- 84
- Forks
- 52
- Avg merge
- 8h 39m
- Merged PRs (30d)
- 7
Description
Describe the bug
For Visual Studio Pro 2022 (64 bit) - LTSC 17.10, attempting to use the extension wizard to generate results in the extension installing a version of Microsoft.VisualStudio.Threading Version 17.11.00. This version is not an official release, nor accessible from nuget.
Version of the Project affected
ODataConnectedService v1.1.1
VisualStudio Version v17.10
Microsoft.Odata.Client v8.2.2
To Reproduce
Steps to reproduce the behavior:
- Install the latest (as of writing) version of OData Connected Service 2022+
- Use the wizard to connect to a service (using all defaults, but also fails on T4 templates)
- Watch dependency installation step fail at retrieving Nuget package Microsoft.VisualStudio.Threading Version=17.11.0.0 Culture=neutral
Expected behavior
Install dependencies with no problem
Actual behavior
Half generated scaffolding with an error
Additional context
Explicitly installing version 1.0.0 does not have the same issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.