CSharpProlog icon indicating copy to clipboard operation
CSharpProlog copied to clipboard

Enhancing collaborability

Open CyborTronik opened this issue 5 years ago • 3 comments

It's kinda hard to contribute to this project at this point. Mostly because you cannot just open it in a IDE and run the tests without modifications. At least by being on Linux and open this in Rider IDE. It requires adjusting of encoding (looks like source files are not in UTF-8) and second most important by having latest(nor specified which version to be used) . NET Core SDK unable to build and run tests from cli or IDE.

CyborTronik avatar Mar 29 '20 10:03 CyborTronik

Getting:

Unfortunately, it's impossible to discover unit tests in some of your projects. :(
Below you can find the error details for each project.

Project: CSProlog.Core.Test (/home/stanislav/workspace/CSharpProlog/CSProlog.Core.Test/bin/Debug/netcoreapp1.1/CSProlog.Core.Test.dll)
  No tests discovered

CyborTronik avatar Mar 29 '20 10:03 CyborTronik

Thank you for your report! 👍

I'll try fix those problems in this week.

jsakamoto avatar Mar 29 '20 22:03 jsakamoto

I did not try to Rider IDE on Linux, but I tried "dotnet test" on WSL (Ubuntu 18.04.4 LTS) with .NET Core SDK 3.1.201, and it was success.

image
image

Could you try the latest commit?

jsakamoto avatar Apr 01 '20 11:04 jsakamoto