Install the .NET SDK

Status: preview. Not on NuGet yet — reference the project directly.

<ProjectReference Include="path/to/sdk/dotnet/DiligenceID/DiligenceID.csproj" />
dotnet build sdk/dotnet/DiligenceID/DiligenceID.csproj

Regenerating

The client is generated from the committed specifications. If the API changes, regenerate the specification first, then the client — generating from a stale specification produces a client that disagrees with the service.

dotnet tool install --global Microsoft.OpenApi.Kiota

Then follow sdk/README.md.

Edit this page on GitHub