From f0631702b62e8580048d9f9839aa756a43eee272 Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Tue, 26 Mar 2024 11:35:06 +0100 Subject: [PATCH] Improve CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12ca78d998..c877115acf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,14 @@ dotnet test ./tests/Kiota.Tests/ dotnet test ./tests/Kiota.Builder.Tests ``` +## Try out the generator + +You can try out the generator including your local changes by running: + +```sh +dotnet run -c Release --project src/kiota/kiota.csproj -- +``` + ## Contributing Code 1. Fork the repository and clone it to your local machine.