btc-ag / service-idl

Xtext-based Service IDL (Interface Definition Language) and Code Generators for Protobuf, C++, Java and .NET
Eclipse Public License 2.0
8 stars 8 forks source link

Add support for import keyword (.NET part) #235

Closed pekueble closed 5 years ago

pekueble commented 5 years ago

Added support for import keyword (dotNet-part)

Fixes .NET part of #186

sigiesec commented 5 years ago

The build is currently failing. There appears to be a syntax error in DefaultGenerationSettingsProviderTest.xtend, probably some call to configureGenerationSettings has not been adapted to the new signature.

sigiesec commented 5 years ago

I created #238 that combines this and the C++ PR, and resolved the conflicts, and squashed some commits together to get a cleaner commit history.