-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Further improvements in the existing unit test library made #5
Conversation
The reason for this change is that the reference to the full .net version of SharpSimpleNLG library removed from SharpSimpleNLGTests and a reference to its .net standard version added.
Thanks Arash-Sabet for updating this. Please tell me when it is ready for another NuGet, and I will push it out |
You're very welcome. We don't need to roll out a new nuget package because the change is isolated in the test library that has a reference to the core simple nlg library. |
Great. I've still got to create a correct .NET Standard NuGet Also, there were 7 tests ported from the original Java that didn't pass in the Java version, so we are matching the upstream source :-) |
There are more than 7 tests that don't pass either. Their failure don't seem to have anything to do with the recent upgrade to net standard. That's why I had to turn off tests in appveyor temporarily. |
The reference to full .net version of SharpSimpleNLG in the unit test library has been replaced by a reference to the .net standard version of the library. Also appveyor's yml file added for CI.