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
The extension file exists and is used in markup. But - as with menulink tag, I think it should be covered by tests as it is purely this project addition to generator compared to aspnet/Templates. When update arrive with MVC markup, it could be too easy to remove that code imports. The test will cover inclusion of that custom file ('is the custom jQuery extension used in markup?")
Thanks!
The text was updated successfully, but these errors were encountered:
- Add semantic.validation.min.js for consistency
- Add tests for Semantic UI overrides per #9 and #6
- Add <% namespace %> to _Layout.cshtml (missing)
- Remove title from MenuLinkTagHelper rendering per #5
- Remove commented out code and extra call to $('.class').checkbox() in Login.cshtml
- Remove commented out code in various cshtml files
- Merged in functionality to use Semantic OR Bootstrap libraries using yo menu selection or command line argument
- Add semantic.validation.min.js for consistency
- Add tests for Semantic UI overrides per jjwilliams42/generator-aspnet-semanticui#9 and jjwilliams42/generator-aspnet-semanticui#6
- Add <% namespace %> to _Layout.cshtml (missing)
- Remove title from MenuLinkTagHelper rendering per jjwilliams42/generator-aspnet-semanticui#5
- Remove commented out code and extra call to $('.class').checkbox() in Login.cshtml
- Remove commented out code in various cshtml files
- Merged in functionality to use Semantic OR Bootstrap libraries using yo menu selection or command line argument
The extension file exists and is used in markup. But - as with
menulink
tag, I think it should be covered by tests as it is purely this project addition to generator compared to aspnet/Templates. When update arrive with MVC markup, it could be too easy to remove that code imports. The test will cover inclusion of that custom file ('is the custom jQuery extension used in markup?")Thanks!
The text was updated successfully, but these errors were encountered: