Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Packages available at: https://www.nuget.org/profiles/Recognizers.Text, https://www.npmjs.com/~recognizers.text
MIT License
1.68k
stars
430
forks
source link
Remove dependency on NuGet.CommandLine from C# build #3150
Describe the bug
NuGet.CommandLine has a critical vulnerability, and should not be included in the release build.
Expected behavior Library does not reference unused libraries with a critical vulnerability.