SoundMetrics / aris-integration-sdk

SDK for building custom controllers for the ARIS sonar.
MIT License
5 stars 2 forks source link

Consider removing build-tools from ARIS Integration SDK. #25

Closed fvasquez closed 7 years ago

fvasquez commented 7 years ago

There is a NuGet package in the ARIS Integration SDK build-tools directory for building native protobuf code. Unlike the ARIS File SDK I couldn't find any common or sample code in the ARIS integration SDK that uses NuGet. That would require some Visual Studio project or solution and all our integration examples use makefiles and GCC.

fvasquez commented 7 years ago

If this NuGet package targets .NET I could see that being generally useful. If it targets native C++ for Visual Studio that's not as mainstream but probably still useful to someone (maybe ourselves). Are we dogfooding this? Should we be?