jmmorato / openddsharp

OpenDDS wrapper for .NET languages
http://www.openddsharp.com
GNU Lesser General Public License v3.0
52 stars 12 forks source link

Skipping IDL to TypeSupport generation #253

Closed begleysm closed 3 weeks ago

begleysm commented 1 month ago

Is there any easy way to bypass the generation of TypeSupport from IDL and just use an existing TypeSupport.cs file?

I want to be able to build and run my C# GUI in an environment that doesn't actually have/support OpenDDS (the OpenDDS communications won't be used). I just want to be able to build without OpenDDSharp wanting to use all of the DDS/ACE/TAO infrastructure to build the TypeSupport.cs file.