EngstromJimmy / Blazm.Extension

A Visual Studio Extension that solves some of the pain points when working with Blazor
MIT License
70 stars 7 forks source link

Include type parameter and constraints when creating code behind file #4

Closed biegehydra closed 1 year ago

biegehydra commented 1 year ago

The partial class doesn't match up with the razor file if it doesn't have the same type parameter and constraints.

EngstromJimmy commented 1 year ago

@biegehydra Thanks for the PR ❤️