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.Types.Analyzers generates invalid namespace in HotChocolateTypeModule.735550c.g.cs #7801

Closed
Healios opened this issue Dec 3, 2024 · 0 comments · Fixed by #7819

Comments

@Healios
Copy link

Healios commented Dec 3, 2024

Product

Hot Chocolate / HotChocolate.Types.Analyzers

Version

14.1.0

Link to minimal reproduction

https://github.com/Healios/hotchocolate-namespace-error

Steps to reproduce

  1. Download the minimal reproduction project
  2. Build it

What is expected?

The project should build without errors, and the generated namespace should be:

public static partial class CRM_APITypesRequestExecutorBuilderExtensions

What is actually happening?

The project is unable to build because of an invalid namespace. In this case the incorrect namespace is:

public static partial class CRM-APITypesRequestExecutorBuilderExtensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants