Support more comparisons with strings#38
Conversation
|
Sorry, I could not create unit tests, because I could not compile it on my system: I get this error: The .NET Core SDK is not installed or cannot be found under the path C:\Program Files\dotnet\bin. These components are required to build and run this project. Download the version of .NET Core SDK specified in global.json or update the SDK version in global.json to the version that is installed. |
|
Maybe you could help me, so I can fix the compilation errors and create tests. |
|
You need latest vs2015 update 3. See this linl https://www.microsoft.com/net |
|
I needed to uninstall a old Version, then it worked. |
|
some comments
I'll fix above items and add code to new branch, you can review/test this and if you agree, I merge back to main. |
|
I've seen you changed some unit tests using left and right as value. I think we should nearly modify all tests to compare both sides in ExpressionParser |
|
Indeed, surely for new functionality we should add left and right unit-tests. |
No description provided.