Skip to content

Add code generion for c# client-side #2

Description

@TonEnfer

Add a protobuf compiler plugin that generates client-side code for C# clients.

The generator should be integrated into the same plugin as the server-side generator.
The option SignalRServices = None, Client, Server, Both should be added, with which the user can choose which code should be generated.

DTO generation should support the same modes as on the server side, and if support for them was not implemented previously, it should be implemented here.

A good starting point is to look at the code that is generated by Microsoft's source code generator - https://github.com/dotnet/aspnetcore/tree/main/src/SignalR/clients/csharp/Client.SourceGenerator/src

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions