asynkron / protoactor-dotnet

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
http://proto.actor
Apache License 2.0
1.73k stars 288 forks source link

ProtoGenerator dosen't compile #245

Closed raskolnikoov closed 7 years ago

raskolnikoov commented 7 years ago

Can't compile ProtoGenerator located here: https://github.com/AsynkronIT/protoactor-dotnet/tree/dev/tools/ProtoGenerator

Missing references to project "protogen\protogen.csproj".

Or is this the generator to use for c#?

https://github.com/AsynkronIT/protoactor-go/tree/dev/protobuf/protoc-gen-csgrain

raskolnikoov commented 7 years ago

ping @rogeralsing @cpx86

rogeralsing commented 7 years ago

working on it right now, Marc Gravell just released the protobuf.net reflection lib onto Nuget, so things are going forward

rogeralsing commented 7 years ago

https://github.com/AsynkronIT/protoactor-dotnet/tree/dev/protobuf/ProtoGrainGenerator

The generator now compiles and can generate the correct output. We do however have to make the console app accept filenames as input, and write the generated files to disk.

Up-for-grabs for anyone who want to do some CLI coding

raskolnikoov commented 7 years ago

added input & output args to use with fixed generetor #249