- Dotnet 2.0 sdk
- Thrift.exe (Includes a built one in lib folder)
All instructions assuming we are at the root of the repository
- Run
--gen netcore -r -out client\gen-netcore lib\tutorial.thrift
- Run
--gen netcore -r -out server\gen-netcore lib\tutorial.thrift
- Run
dotnet build
to build the sln file
- Console 1,
cd server & dotnet run
- Console 2,
cd client & dotnet run