-
Notifications
You must be signed in to change notification settings - Fork 75
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
separate namespace for new models #12402
Conversation
d3cc0ea
to
c577a99
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12402 +/- ##
=======================================
Coverage 86.73% 86.73%
=======================================
Files 1205 1205
Lines 18109 18109
Branches 2292 2292
=======================================
+ Hits 15706 15707 +1
+ Misses 2122 2121 -1
Partials 281 281 ☔ View full report in Codecov by Sentry. |
backend/tests/Designer.Tests/Controllers/DataModelsController/AddXsd_CsharpNamespaceTests.cs
Fixed
Show fixed
Hide fixed
d604f38
to
fc0895f
Compare
fc0895f
to
6b82fa9
Compare
backend/tests/Designer.Tests/Controllers/DataModelsController/AddXsd_CsharpNamespaceTests.cs
Dismissed
Show dismissed
Hide dismissed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool ⭐
Description
Separate namepace for new models introduced.
If datamodel reference exists in application metadata, namespace stays unchanged.
Related Issue(s)
Verification
Documentation