SignalRGen simplifies the process of creating client-side code for interacting with SignalR hubs, providing a seamless experience for developers.

dotnet realtime-communication signalr source-generator
3 Open Issues Need Help Last updated: Aug 19, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Code Generation Tools

AI Summary: This GitHub issue proposes adding structured templates for new issues, specifically for bugs and features. The goal is to standardize the issue creation process, moving away from writing each issue from scratch, by providing a defined structure.

Complexity: 1/5
good first issue

SignalRGen simplifies the process of creating client-side code for interacting with SignalR hubs, providing a seamless experience for developers.

C#
#dotnet#realtime-communication#signalr#source-generator
Developer Tools Code Generation Tools

AI Summary: The task is to modify the SignalRGen source generator's code fix provider (`HubInterfaceMethodCodeFixProvider`) to ensure that XML documentation comments associated with methods are moved correctly when the methods are relocated between server and client interfaces. Currently, these comments are lost during the refactoring process.

Complexity: 4/5
help wanted

SignalRGen simplifies the process of creating client-side code for interacting with SignalR hubs, providing a seamless experience for developers.

C#
#dotnet#realtime-communication#signalr#source-generator
Developer Tools Code Generation Tools

AI Summary: Update the SignalRGen documentation to include a detailed explanation of the newly added interface inheritance feature, providing code examples for single, multi-level, and multiple inheritance scenarios. Also, add a limitations section addressing cross-assembly inheritance and method name conflicts.

Complexity: 3/5
documentation good first issue

SignalRGen simplifies the process of creating client-side code for interacting with SignalR hubs, providing a seamless experience for developers.

C#
#dotnet#realtime-communication#signalr#source-generator