I am trying to build the C# SDK dll's with custom messages, this has not been working so I've had the source files included in my project instead.
I would like to just include the .dll instead.
I've tried building with fitgen on a freshly downloaded version of the SDK (unzip and run fitgen) and it will only build the fit.dll:
PS ~\FitSDKRelease_21.101.00> .\fitgen -cs
FIT Code Generator - Protocol 2.00 Profile 21.101Release
SDK Version: production/release/21.101.00-0-gceb92d5
Parsing existing config.csv...
Writing new config.csv...
Generating C# code...
Building C# SDK...
Fit.dll generation status: Success
Fit.dll generation status: Failure
I have the following C# SDK's installed:
.NET Core SDK 3.1.426
.NET Core SDK 6.0.309
.NET Core SDK 7.0.102
When I follow the instructions to add my custom message via messages.csv, neither of the dll's will build.
Could someone please advise how to rectify this.
Thanks.