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

Fix RootNamespace #13436

Merged
merged 1 commit into from Mar 31, 2023
Merged

Fix RootNamespace #13436

merged 1 commit into from Mar 31, 2023

Conversation

hishamco
Copy link
Member

No description provided.

@hishamco hishamco merged commit 9f53d48 into main Mar 31, 2023
3 checks passed
@hishamco hishamco deleted the hishamco/rootnamespace branch March 31, 2023 01:07
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<RootNamespace>OrchardCore.Data</RootNamespace>
<RootNamespace>OrchardCore.Data.YesSql</RootNamespace>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about this one

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought that someone might comment on this one :) but while the OC.Data.YesSql has its own project it would be better to use YesSql at the end of the namespace, but you still can use OC.Data namespace

Again if there's a type on OC.Data.YesSql project and OC.Data namespace, it might let us ask why it's not on OC.Data especially if it's not related to YesSQL

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.

None yet

3 participants