We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e7e3a commit af6612aCopy full SHA for af6612a
config/generation.config.mjs
@@ -24,6 +24,8 @@ export const patterns = [
24
'!clients/algoliasearch-client-csharp/algoliasearch/Transport/**',
25
'!clients/algoliasearch-client-csharp/algoliasearch/Models/Common/**',
26
27
+ '!docs/guides/csharp/src/program.cs',
28
+
29
'tests/output/csharp/global.json',
30
31
// Dart
docs/guides/csharp/src/program.cs
@@ -0,0 +1,4 @@
1
+public class Program
2
+{
3
+ public static void Main() { }
4
+}
0 commit comments