We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hot Chocolate / HotChocolate.Types.Analyzers
14.1.0
https://github.com/Healios/hotchocolate-namespace-error
The project should build without errors, and the generated namespace should be:
public static partial class CRM_APITypesRequestExecutorBuilderExtensions
The project is unable to build because of an invalid namespace. In this case the incorrect namespace is:
public static partial class CRM-APITypesRequestExecutorBuilderExtensions
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Product
Hot Chocolate / HotChocolate.Types.Analyzers
Version
14.1.0
Link to minimal reproduction
https://github.com/Healios/hotchocolate-namespace-error
Steps to reproduce
What is expected?
The project should build without errors, and the generated namespace should be:
What is actually happening?
The project is unable to build because of an invalid namespace. In this case the incorrect namespace is:
The text was updated successfully, but these errors were encountered: