nickhodge / SharpSimpleNLG

C# version of SimpleNLG
Other
42 stars 9 forks source link

Made further improvements in the solution per the comments below #4

Closed Arash-Sabet closed 7 years ago

Arash-Sabet commented 7 years ago

I added a test library project in .net standard 1.6 but I could not make Nunit work in it. We can look into this non-urgent matter later on. The original test project exhibited compile issues on appveyor's CI server that I addressed it. I also added a YML file in case you'd like to get your own appveyor's account setup to have it compile this solution. Some tests do not pass in CI on appveyor, so I had to turn them off to get "passing" compile status. I also added version info and the status badge in the README markdown.

Arash-Sabet commented 7 years ago

Having a .net standard version of unit test library is no longer a necessity due to replacing the full .net version of SharpSimpleNLG with the .net standard version in the existing test library. Closing this PR and proceeding with the following PR.