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(civil3d): uses preprocessor error instead of throwing exception for unsupported versions #314

Closed
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
HostAppVersion.v2023;
#elif AUTOCAD2022 || CIVIL3D2022
HostAppVersion.v2022;
#else
throw new NotSupportedException();
#error host application not supported

Check failure on line 25 in Connectors/Autocad/Speckle.Connectors.AutocadShared/Plugin/AppUtils.cs

View workflow job for this annotation

GitHub Actions / build

#error: 'host application not supported'

Check failure on line 25 in Connectors/Autocad/Speckle.Connectors.AutocadShared/Plugin/AppUtils.cs

View workflow job for this annotation

GitHub Actions / build

#error: 'host application not supported'

Check failure on line 25 in Connectors/Autocad/Speckle.Connectors.AutocadShared/Plugin/AppUtils.cs

View workflow job for this annotation

GitHub Actions / build

#error: 'host application not supported'

Check failure on line 25 in Connectors/Autocad/Speckle.Connectors.AutocadShared/Plugin/AppUtils.cs

View workflow job for this annotation

GitHub Actions / build

#error: 'host application not supported'
#endif
}
Loading