You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run dotnet graphql init https://demo.chillicream.com/graphql/ -n CryptoClient -p ./Demo
What is expected?
Runs the strawberryshake.tools\14.2.0\tools\net8.0\any\dotnet-graphql.dll
What is actually happening?
Attempts to run the strawberryshake.tools\14.2.0\tools\net9.0\any\dotnet-graphql.dll
Relevant log output
You must install or update .NET to run this application.
App: C:\Users\<redacted>\.nuget\packages\strawberryshake.tools\14.2.0\tools\net9.0\any\dotnet-graphql.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '9.0.0' (x64)
.NET location: C:\Program Files\dotnet\
The following frameworks were found:
6.0.35 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
6.0.36 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
8.0.10 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
9.0.0-rc.2.24473.5 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Learn more:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=9.0.0&arch=x64&rid=win-x64&os=win10
Additional context
I'm not sure if there is a command argument i can pass for the dotnet graphql init to make it use the .net8 tool rather than the .net9.
Upgrading the project to .net9 is not an option.
Also just FYI: The slack link when creating an issue is no longer valid. It says:
This link is no longer active
To join this workspace, you’ll need to ask the person who originally invited you for a new link.
The text was updated successfully, but these errors were encountered:
Found out that if the net9 RC was installed on the machine, it causes the tool to break. Installing the .net 9 SDK and redoing the steps works against a .net 8 project.
Product
Strawberry Shake
Version
14.2.0
Link to minimal reproduction
https://github.com/adminnz/Issue
Steps to reproduce
dotnet add package StrawberryShake.Blazor
dotnet new tool-manifest
dotnet tool install StrawberryShake.Tools
dotnet graphql init https://demo.chillicream.com/graphql/ -n CryptoClient -p ./Demo
What is expected?
Runs the strawberryshake.tools\14.2.0\tools\net8.0\any\dotnet-graphql.dll
What is actually happening?
Attempts to run the strawberryshake.tools\14.2.0\tools\net9.0\any\dotnet-graphql.dll
Relevant log output
Additional context
I'm not sure if there is a command argument i can pass for the
dotnet graphql init
to make it use the .net8 tool rather than the .net9.Upgrading the project to .net9 is not an option.
Also just FYI: The slack link when creating an issue is no longer valid. It says:
The text was updated successfully, but these errors were encountered: