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
global::
We are getting namespace error's because the models are not prefixed with global::
Here's an example of the problem
And here's how it could be fixed by prefixing models with global:: like people do with source generators.
The text was updated successfully, but these errors were encountered:
I think this has been fixed in kiota 1.16.0 https://github.com/microsoft/kiota/releases/tag/v1.16.0
Sorry, something went wrong.
No branches or pull requests
We are getting namespace error's because the models are not prefixed with
global::
Here's an example of the problem
And here's how it could be fixed by prefixing models with
global::
like people do with source generators.The text was updated successfully, but these errors were encountered: