Open Issues Need Help
View All on GitHubAI 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.
SignalRGen simplifies the process of creating client-side code for interacting with SignalR hubs, providing a seamless experience for developers.
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.
SignalRGen simplifies the process of creating client-side code for interacting with SignalR hubs, providing a seamless experience for developers.
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.
SignalRGen simplifies the process of creating client-side code for interacting with SignalR hubs, providing a seamless experience for developers.