-
Notifications
You must be signed in to change notification settings - Fork 6
feat(automate): Add automate SDK #313
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
feat(automate): Add automate SDK #313
Conversation
…mate-sdk-to-the-new-sdk-repo
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #313 +/- ##
===========================================
+ Coverage 64.30% 75.04% +10.74%
===========================================
Files 269 289 +20
Lines 10841 11660 +819
Branches 1112 1114 +2
===========================================
+ Hits 6971 8750 +1779
+ Misses 3574 2534 -1040
- Partials 296 376 +80 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
looks good
What I've done:
netstandard2.0
->netstandard2.0;net8.0
Speckle.Objects
<-- can explain a bit more about why, but no more kits, so not loosing muchServiceRegistration
for DI setupInitialize
function fromAutomateContext
toAutomateContextFactory
to allow for DIIAutomateContextFactory
,IAutomateContext
,IAutomateRunner
)Also updated the template in this PR: specklesystems/SpeckleAutomateDotnetExample#29
Gave it a quick test this evening, looking good so far, but more testing to come.
TODO