After help working on PHP SDK. We need integration tests in core/integration.
Steps are:
- Add
core/integration/module_dotnet_test.go.
- Add
DotNetSuite type to the file.
- Add
TestDotNet to the file.
- Add sample
func (DotNetSuite) TestInit(context.Context, t *testing.T) and run dagger call test specific --run=TestDotNet should works.