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

chore(objects): Resolve namespace warnings #3137

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

clairekuang
Copy link
Member

Adjusts folder structure for all namespace warnings in Objects. Organization is based on namespaces - no namespaces were adjusted.

using Speckle.Core.Kits;
using Speckle.Core.Models;

namespace Objects.BuiltElements.Revit.RevitRoof;
Copy link
Member

Choose a reason for hiding this comment

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

I see this one still generates a warning... But this namespace is questionable at best.
Perhaps we can use our "deprecated" namespacing feature of the serializer to deprecate + move these incorrectly namespace classes.

Perhaps to be done in another PR

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm for now I've created a RevitRoof folder for this file, but it does seem like the namespace is incorrect. We can fix these in another ticket

@clairekuang clairekuang merged commit 2dce498 into dev Jan 15, 2024
30 checks passed
@clairekuang clairekuang deleted the CNX-8663-Objects-Namespace-warnings branch January 15, 2024 15:33
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

2 participants