Is there a chance to convert single C# classes/files to generate single message proto files? And also in a bulk operation on a folder?
Like EntityFramework Core Code First Classes. So that the result is able to get used in a custom proto service?
Bestway would be a usage with dotnet in a cmdlet. So it could be started after updating the sources from the database.
1 Comment
M
Mark Rendle
said
over 1 year ago
Hi Torsten,
That's a great idea and definitely possible. I'm just working on a new UX for ReCode inside Visual Studio that will expose more options for working with code, I'll put this in the list.
Torsten Schroeder
Is there a chance to convert single C# classes/files to generate single message proto files? And also in a bulk operation on a folder?
Like EntityFramework Core Code First Classes. So that the result is able to get used in a custom proto service?
Bestway would be a usage with dotnet in a cmdlet. So it could be started after updating the sources from the database.