outputDirectoryName can never be overwritten #8250
ronjahofinger
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions