You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Templater
Renderer
RenderHost
Need to:
Make breaking change, as 1.1
Rename references in the code/tests
Amend documentation
Amend renderer variable names to templater
The text was updated successfully, but these errors were encountered:
conficient
changed the title
Consider renaming of BlazorRenderer class to different name
Consider renaming of BlazorTemplater class to different name
Apr 13, 2021
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 theBlazorTemplater
class. I think it's recommended against in C# guidelines somewhere, so will rename.Possible alternatives:
Need to:
renderer
variable names totemplater
The text was updated successfully, but these errors were encountered: