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
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This goes hand-in-hand with aspnet/Mvc#1328. When the TagHelperOutput object was initially created it was built around the Mvc implemented TagBuilder, therefore the case sensitive attributes came with it.
Since TagHelperOutput.Attributes will be case-insensitive due to #186 we should probably make the infrastructure that's responsible for creating the TagHelperOutputs also case insensitive when it comes to Attribute management.