Enabling Razor Instrumentation
This commit is contained in:
parent
2730e300c3
commit
1777f7babd
|
|
@ -187,6 +187,7 @@ namespace Microsoft.Extensions.DependencyInjection
|
|||
b.Features.Add(new ModelExpressionPass());
|
||||
b.Features.Add(new ViewComponentTagHelperPass());
|
||||
b.Features.Add(new MvcViewDocumentClassifierPass());
|
||||
b.Features.Add(new DefaultInstrumentationPass());
|
||||
|
||||
b.Features.Add(new Microsoft.CodeAnalysis.Razor.DefaultTagHelperFeature());
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
|
|||
|
||||
public HttpClient Client { get; }
|
||||
|
||||
[Fact(Skip = "Razor #961")]
|
||||
[Fact]
|
||||
public async Task InstrumentedViews_RenderAsExpected()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
Loading…
Reference in New Issue