File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
generators/src/main/java/com/algolia/codegen/cts/manager
templates/csharp/snippets Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public void addTestsSupportingFiles(List<SupportingFile> supportingFiles) {
2929 @ Override
3030 public void addSnippetsSupportingFiles (List <SupportingFile > supportingFiles ) {
3131 supportingFiles .add (new SupportingFile ("snippets/src.csproj.mustache" , "snippets/csharp/src/src.csproj" ));
32+ supportingFiles .add (new SupportingFile ("snippets/Program.mustache" , "snippets/csharp/src/Program.cs" ));
3233 supportingFiles .add (new SupportingFile ("snippets/.gitignore.mustache" , "snippets/csharp/.gitignore" ));
3334 supportingFiles .add (new SupportingFile ("snippets/Algolia.mustache" , "snippets/csharp/Algolia.sln" ));
3435 supportingFiles .add (new SupportingFile ("snippets/dotnet-tools.mustache" , "snippets/csharp/.config/dotnet-tools.json" ));
Original file line number Diff line number Diff line change 1+ public class Program
2+ {
3+ public static void Main() { }
4+ }
You can’t perform that action at this time.
0 commit comments