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

Prefix types with global:: so that we don't get conflicts with property names #305

Closed
jakejscott opened this issue Jul 24, 2024 · 1 comment

Comments

@jakejscott
Copy link

We are getting namespace error's because the models are not prefixed with global::

Here's an example of the problem
kiota-error

And here's how it could be fixed by prefixing models with global:: like people do with source generators.

kiota-not-error

@github-project-automation github-project-automation bot moved this to Needs Triage 🔍 in Kiota Jul 24, 2024
@jakejscott
Copy link
Author

I think this has been fixed in kiota 1.16.0
https://github.com/microsoft/kiota/releases/tag/v1.16.0

@github-project-automation github-project-automation bot moved this from Needs Triage 🔍 to Done ✔️ in Kiota Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant