aspnetcore/test/Microsoft.CodeAnalysis.Razo...
Pranav K a57b7c4d7f Don't discover tag helpers if some references are missing
A common cause for runtime view compilation failure in MVC is when an application is published
without reference assemblies. MVC usually handles this at compilation, by looking for specific
error codes. More recently, TagHelper discovery fails with an not-so-helpful error message in this
scenario. This change attempts to add a little more error checking to cover the most common cases
2018-06-15 13:53:38 -07:00
..
DefaultTagHelperDescriptorFactoryTest.cs
DefaultTagHelperDescriptorProviderTest.cs Don't discover tag helpers if some references are missing 2018-06-15 13:53:38 -07:00
Microsoft.CodeAnalysis.Razor.Test.csproj
TagHelperDescriptorFactoryTagHelpers.cs
TagHelperTypeVisitorTest.cs Don't discover tag helpers if some references are missing 2018-06-15 13:53:38 -07:00
TagHelperTypes.cs Don't discover tag helpers if some references are missing 2018-06-15 13:53:38 -07:00
xunit.runner.json