conficient / BlazorTemplater

A library that generates HTML (e.g. for emails) from Razor Components
Apache License 2.0
146 stars 16 forks source link

Consider renaming of BlazorTemplater class to different name #4

Closed conficient closed 3 years ago

conficient commented 3 years ago

Testing the library in an application I found it awkward having the renderer class name the same as the namespace. I wasn't able to add a using for the namespace and then use the BlazorTemplater class. I think it's recommended against in C# guidelines somewhere, so will rename.

Possible alternatives:

Need to:

conficient commented 3 years ago

Should also change name of vars from renderer to templater in sample code and tests.