Update baselines to unbreak tests (dotnet/aspnetcore-tooling#1184)
\n\nCommit migrated from 49542e0488
This commit is contained in:
parent
5acc0ae288
commit
0d5d6e7db6
|
|
@ -8,7 +8,7 @@ namespace Test
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.AspNetCore.Components;
|
using Microsoft.AspNetCore.Components;
|
||||||
public class TestComponent : Microsoft.AspNetCore.Components.ComponentBase
|
public partial class TestComponent : Microsoft.AspNetCore.Components.ComponentBase
|
||||||
{
|
{
|
||||||
#pragma warning disable 219
|
#pragma warning disable 219
|
||||||
private void __RazorDirectiveTokenHelpers__() {
|
private void __RazorDirectiveTokenHelpers__() {
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Document -
|
||||||
UsingDirective - (53:3,1 [17] ) - System.Linq
|
UsingDirective - (53:3,1 [17] ) - System.Linq
|
||||||
UsingDirective - (73:4,1 [28] ) - System.Threading.Tasks
|
UsingDirective - (73:4,1 [28] ) - System.Threading.Tasks
|
||||||
UsingDirective - (104:5,1 [37] ) - Microsoft.AspNetCore.Components
|
UsingDirective - (104:5,1 [37] ) - Microsoft.AspNetCore.Components
|
||||||
ClassDeclaration - - public - TestComponent - Microsoft.AspNetCore.Components.ComponentBase -
|
ClassDeclaration - - public partial - TestComponent - Microsoft.AspNetCore.Components.ComponentBase -
|
||||||
DesignTimeDirective -
|
DesignTimeDirective -
|
||||||
CSharpCode -
|
CSharpCode -
|
||||||
IntermediateToken - - CSharp - #pragma warning disable 0414
|
IntermediateToken - - CSharp - #pragma warning disable 0414
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ namespace Test
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.AspNetCore.Components;
|
using Microsoft.AspNetCore.Components;
|
||||||
public class TestComponent : Microsoft.AspNetCore.Components.ComponentBase
|
public partial class TestComponent : Microsoft.AspNetCore.Components.ComponentBase
|
||||||
{
|
{
|
||||||
#pragma warning disable 1998
|
#pragma warning disable 1998
|
||||||
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Document -
|
||||||
UsingDirective - (53:3,1 [19] ) - System.Linq
|
UsingDirective - (53:3,1 [19] ) - System.Linq
|
||||||
UsingDirective - (73:4,1 [30] ) - System.Threading.Tasks
|
UsingDirective - (73:4,1 [30] ) - System.Threading.Tasks
|
||||||
UsingDirective - (104:5,1 [39] ) - Microsoft.AspNetCore.Components
|
UsingDirective - (104:5,1 [39] ) - Microsoft.AspNetCore.Components
|
||||||
ClassDeclaration - - public - TestComponent - Microsoft.AspNetCore.Components.ComponentBase -
|
ClassDeclaration - - public partial - TestComponent - Microsoft.AspNetCore.Components.ComponentBase -
|
||||||
MethodDeclaration - - protected override - void - BuildRenderTree
|
MethodDeclaration - - protected override - void - BuildRenderTree
|
||||||
Component - (0:0,0 [78] x:\dir\subdir\Test\TestComponent.cshtml) - MyComponent
|
Component - (0:0,0 [78] x:\dir\subdir\Test\TestComponent.cshtml) - MyComponent
|
||||||
ComponentChildContent - (17:1,2 [20] x:\dir\subdir\Test\TestComponent.cshtml) - Header - context
|
ComponentChildContent - (17:1,2 [20] x:\dir\subdir\Test\TestComponent.cshtml) - Header - context
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue