Skip to content

Commit

Permalink
feat: removed C# example code as it is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJohnst committed Oct 4, 2024
1 parent 3368890 commit 7c8bbc4
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,19 @@ export const requestSampleConfigs: RequestSampleConfigs = {
mosaicCodeViewerLanguage: 'ocaml',
httpSnippetLanguage: 'ocaml',
},
'C#': {
mosaicCodeViewerLanguage: 'csharp',
httpSnippetLanguage: 'csharp',
libraries: {
HttpClient: {
httpSnippetLibrary: 'httpclient',
},
RestSharp: {
httpSnippetLibrary: 'restsharp',
},
},
},
// Removing C# example until the generated code can be fixed
// 'C#': {
// mosaicCodeViewerLanguage: 'csharp',
// httpSnippetLanguage: 'csharp',
// libraries: {
// HttpClient: {
// httpSnippetLibrary: 'httpclient',
// },
// RestSharp: {
// httpSnippetLibrary: 'restsharp',
// },
// },
// },
Java: {
mosaicCodeViewerLanguage: 'java',
httpSnippetLanguage: 'java',
Expand Down

0 comments on commit 7c8bbc4

Please sign in to comment.