-
Notifications
You must be signed in to change notification settings - Fork 5
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(civil3d): adds 2022, 2023, and 2025 versions #306
feat(civil3d): adds 2022, 2023, and 2025 versions #306
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #306 +/- ##
=====================================
Coverage 8.40% 8.40%
=====================================
Files 240 240
Lines 4816 4816
Branches 556 556
=====================================
Hits 405 405
Misses 4394 4394
Partials 17 17 ☔ View full report in Codecov by Sentry. |
@@ -10,21 +10,19 @@ public static class AppUtils | |||
#elif AUTOCAD | |||
HostApplications.AutoCAD; | |||
#else | |||
throw new NotImplementedException(); | |||
throw new NotSupportedException(); |
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.
Just a comment,
I think we could use the preprocessor error
#error host application not supported
instead, it might give us quicker feedback when we come to add a new project verison
Adds additional versions for civil3d