-
-
Notifications
You must be signed in to change notification settings - Fork 803
Properly qualify namespace as global #8490
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
Properly qualify namespace as global #8490
Conversation
|
The problem was that the Razor tests project was not in the solution so there were one or two tests that weren't running locally. I have added it now. |
|
@tobias-tengler @michaelstaib Not chasing, but I believe the test issues are resolved. This should be ready for a CI re-run / review whenever you have a mo |
|
@aidy-jenkins thanks for taking this up. I will probably merge tonight into version 16 and will issue a preview build that you can use to try this out. We can cherry-pick it into the next patch release for 15 as well. |
|
This will be integrated into 16.0.0-p.6.13 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8490 +/- ##
============================
============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixed type name used in code generator to correctly prefix with
global::Updated generated clients and snapshots
Closes #8488