Skip to content

[WIP] Include namespace in generated source filename#43

Closed
Copilot wants to merge 1 commit into
developfrom
copilot/include-namespace-in-source-filename
Closed

[WIP] Include namespace in generated source filename#43
Copilot wants to merge 1 commit into
developfrom
copilot/include-namespace-in-source-filename

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 28, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.


This section details on the original issue you should resolve

<issue_title>Include namespace as part of the generated source filename</issue_title>
<issue_description>When a project contains the same view name in multiple namespaces:

  • MyNamespace1.WelcomeWizardPage
  • MyNamespace2.WelcomeWizardPage

The source generator throws an exception since it only uses the class name for the filename.

Include the namespace into the generated file. If the file becomes too long, use a shorter hash version of the namespace prefix instead.

Cover the scenario with unit tests and apply this logic to all source generators (in other words: shared logic file that contains this behavior).</issue_description>

Comments on the Issue (you are @copilot in this section)

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include namespace as part of the generated source filename

3 participants