dotnet / orleans-templates

Templates for building Microsoft Orleans based solutions
http://dotnet.github.io/orleans/
MIT License
33 stars 12 forks source link

Initial version #1

Closed attilah closed 6 years ago

jdom commented 6 years ago

I think the first version should also include a silo host which exemplifies how to use SiloHostBuilder (with application parts) and configure basic logging, as this is not always trivial. It could also have ClientBuilder code in the form of comments (not as a new template, but in the same one for the silo host), so that the user gets an idea of how to connect to the silo. Link to documents can be added later as soon as we update our documentation.

galvesribeiro commented 6 years ago

FYI, I just tested it on OSX and it worked perfectly :shipit:

attilah commented 6 years ago

This is an old style project because of VS SDK and it cannot be built with dotnet.exe.

Since NuGet workload was not part of VS Build before 15.4 on build servers 15.4 needed and it involves a separate restore step.

From VS 2017 command prompt the following 2 commands are building the solution:

msbuild /t:restore
msbuild

I will extend the readme with this information.

jdom commented 6 years ago

Hi, is this up to date? We should review and merge. /cc @ReubenBond @sergeybykov

attilah commented 6 years ago

Yeah, it was complete for some time ;-)

sergeybykov commented 6 years ago

Subsumed by #2.