wingyplus / dagger-dotnet-sdk

Dagger DotNet SDK
2 stars 1 forks source link

Dagger SDK for DotNet

This is the place for DotNet Dagger SDK.

Development

This project provides dev module to uses for developing the SDK.

Introspection

Uses for fetching introspection by using the command:

$ dagger -m dev introspect export --path=./sdk/Dagger.SDK/introspection.json

Test

You can running all tests by:

$ dagger -m dev test --source=.