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

HotChocolate.AspNetCore package installation issue #7071

Open
tessierp opened this issue Apr 23, 2024 · 2 comments
Open

HotChocolate.AspNetCore package installation issue #7071

tessierp opened this issue Apr 23, 2024 · 2 comments
Labels
🐛 bug Something isn't working 🌶️ hot chocolate

Comments

@tessierp
Copy link

tessierp commented Apr 23, 2024

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 tessierp added the 🐛 bug Something isn't working label Apr 23, 2024
@tessierp tessierp changed the title HotChocolate.AspNetCore package issue HotChocolate.AspNetCore package installation issue Apr 23, 2024
@PascalSenn
Copy link
Member

Can you share your csproj file

@tessierp
Copy link
Author

tessierp commented Apr 25, 2024

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🌶️ hot chocolate
Projects
None yet
Development

No branches or pull requests

3 participants