graphql-platform icon indicating copy to clipboard operation
graphql-platform copied to clipboard

HotChocolate.AspNetCore package installation issue

Open tessierp opened this issue 10 months ago • 2 comments

Product

HotChocolate.AspNetCore

Version

13.9.0

Link to minimal reproduction

No reproduction URL

Steps to reproduce

  1. Create ASP.NET Core Empty project
  2. Try to add HotChocolate.AspNetCore

What is expected?

Being able to install the package without any issues

What is actually happening?

Trying to install the package returns a NU1108 error, Cycle Detected.

Relevant log output

image

Additional context

I tried installing other packages to see if something was wrong with my Visual Studio 2022 installation and I was able to install Automapper, Autofac and a few others without any issues. I have only faced "Cycles Detected" issue with HotChocolate.

tessierp avatar Apr 23 '24 12:04 tessierp

Can you share your csproj file

PascalSenn avatar Apr 25 '24 15:04 PascalSenn

Can you share your csproj file

<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>

        <TargetFramework>net8.0</TargetFramework>

        <Nullable>enable</Nullable>

        <ImplicitUsings>enable</ImplicitUsings>

  </PropertyGroup>

        <ItemGroup>

               <PackageReference Include="HotChocolate.AspNetCore" Version="13.9.0" />

        </ItemGroup>

 

</Project>

tessierp avatar Apr 25 '24 15:04 tessierp

@tessierp was your project named HotChocolate?

tannerabread avatar Jun 04 '24 19:06 tannerabread

image

michaelstaib avatar Jun 05 '24 16:06 michaelstaib

Closing the issue as the most likely thing here is that the project was simply named HotChocolate.

michaelstaib avatar Jun 05 '24 16:06 michaelstaib