To set up the repository, run:
$ ./scripts/bootstrap
$ ./scripts/buildThis will install required dependencies and build the SDK.
Most of the SDK is generated code. Modifications to code will be persisted between generations, but may
result in merge conflicts between manual patches and changes from the generator. The generator will never
modify the contents of the examples/ directory.
To use a local version of this library from source in another project, add it using a directory reference:
$ dotnet add reference /path/to/sdk/src/Sentdm$ ./scripts/format
$ ./scripts/lint$ ./scripts/test