Skip to content

Conversation

@Katsuya-Tomioka
Copy link
Contributor

@seth-basistech, please review if I missed anything. Thanks.

@seth-mg
Copy link
Contributor

seth-mg commented Oct 28, 2019

Looks good.

Setup the Test

git fetch origin pull/99/head:pr/99 && git checkout pr/99 docker run -it -v $(pwd):/csharp-source --entrypoint bash mono cd /csharp-source/ nuget restore rosette_api.sln xbuild /p:Configuration=Release rosette_api.sln cp rosette_api/obj/Release/rosette_api.dll rosette_apiExamples/. cp packages/Newtonsoft*/lib/net45/Newtonsoft.Json.dll rosette_apiExamples/. cd rosette_apiExamples mcs address_similarity.cs -r:rosette_api.dll -r:System.Net.Http.dll -r:System.Web.Extensions.dll -out:address_similarity.exe 

Run the Test

mono address_similarity.exe $API_KEY ... {"score":0.68, ... } 
Copy link
Contributor

@seth-mg seth-mg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Katsuya-Tomioka Katsuya-Tomioka merged commit 7fe02f6 into rosette-api:develop Oct 29, 2019
@Katsuya-Tomioka Katsuya-Tomioka deleted the DEVOPS-247-address-sample branch October 29, 2019 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants