Ivan Sentemon
Results
1
issues of
Ivan Sentemon
#### The variable `SupportedLanguages` is declared with an uppercase 'S' but used with a lowercase 's', causing a compilation error. **Sample Code:** ```csharp System.Collections.Generic.IEnumerable SupportedLanguages = await LibreTranslate.GetSupportedLanguagesAsync(); System.Console.WriteLine(Newtonsoft.Json.JsonConvert.SerializeObject(supportedLanguages, Newtonsoft.Json.Formatting.Indented));...