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
If I overwrite outputDirectoryName it will be set as I want
What is actually happening?
output file will always be set in Line 58
Relevant log output
Additional context
I don't know if this is a bug or if it's intended. I don't think it is well-made.
In "StrawberryShake.Server" Version "15.1.3" you cannot generate the files as it used to be because you cannot overwrite outputDirectoryName in the config file. Now the generated data just lands in obj directory, see code:
outputDirectoryName can never be overwritten in config file because output file will always be set in Line 58
Product
Hot Chocolate
Version
15.1.3
Link to minimal reproduction
#8250
Steps to reproduce
It happens in every solution with this version
What is expected?
If I overwrite outputDirectoryName it will be set as I want
What is actually happening?
output file will always be set in Line 58
Relevant log output
Additional context
I don't know if this is a bug or if it's intended. I don't think it is well-made.
In "StrawberryShake.Server" Version "15.1.3" you cannot generate the files as it used to be because you cannot overwrite outputDirectoryName in the config file. Now the generated data just lands in obj directory, see code:
outputDirectoryName can never be overwritten in config file because output file will always be set in Line 58
graphql-platform/src/StrawberryShake/MetaPackages/Common/MSBuild/StrawberryShake.targets
Line 58 in ed5ac28
see
graphql-platform/src/StrawberryShake/Tooling/src/dotnet-graphql/GenerateCommand.cs
Line 125 in ed5ac28
var outputDir = args.OutputDir ??
The text was updated successfully, but these errors were encountered: