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
All of the razor partial classes contain duplicate boilerplate functions that could probably be centralized in a superclass (OnAfterRender, OnInitializedAsync, both Dispose methods)
Probably want these to be virtual for future overriding that we might want in the future?
The text was updated successfully, but these errors were encountered:
All of the razor partial classes contain duplicate boilerplate functions that could probably be centralized in a superclass (OnAfterRender, OnInitializedAsync, both Dispose methods)
Probably want these to be virtual for future overriding that we might want in the future?
The text was updated successfully, but these errors were encountered: