| 1 | fmt: |
| 2 | dotnet format |
| 3 | |
| 4 | build: |
| 5 | dotnet build |
| 6 | |
| 7 | test: |
| 8 | dotnet test |
| 9 | |
| 10 | clean: |
| 11 | dotnet clean |
| 12 | |
| 13 | samples_echo_run: |
| 14 | dotnet run --project Samples/Samples.Echo |
| 15 | |
| 16 | samples_auth_run: |
| 17 | dotnet run --project Samples/Samples.Auth |
| 18 | |
| 19 | samples_lights_run: |
| 20 | dotnet run --project Samples/Samples.Lights |