-
Notifications
You must be signed in to change notification settings - Fork 2
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
Experimental - Refactor ITransformable #205
base: dev
Are you sure you want to change the base?
Conversation
…-nullability-analysers-in-objects-and-use-required
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #205 +/- ##
===========================================
+ Coverage 57.29% 69.33% +12.04%
===========================================
Files 243 262 +19
Lines 10020 10729 +709
Branches 1090 1091 +1
===========================================
+ Hits 5741 7439 +1698
+ Misses 4022 2943 -1079
- Partials 257 347 +90 ☔ View full report in Codecov by Sentry. |
/// <remarks> | ||
/// Do not inherit directly, inherit from <see cref="ITransformable{T}"/> instead | ||
/// </remarks> | ||
public interface ITransformable : ISpeckleObject { } |
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.
why have this at all?
No description provided.