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 14, 2018. It is now read-only.
Functional tests are failing because await output.GetChildContentAsync(encoder) no longer changes the HTML encoder used when rendering the child content.
See Microsoft.AspNetCore.Mvc.FunctionalTests.TagHelpersTest.EncodersPages_ReturnExpectedContent(...) tests. Only the test using the default encoder works as expected.