Skip to content

Commit 55c5ec3

Browse files
committed
Update ref asm
1 parent 040ac7f commit 55c5ec3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Components/Web/ref/Microsoft.AspNetCore.Components.Web.netcoreapp.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ public partial class ValidationSummary : Microsoft.AspNetCore.Components.Compone
125125
public ValidationSummary() { }
126126
[Microsoft.AspNetCore.Components.ParameterAttribute(CaptureUnmatchedValues=true)]
127127
public System.Collections.Generic.IReadOnlyDictionary<string, object> AdditionalAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
128+
[Microsoft.AspNetCore.Components.ParameterAttribute]
129+
public object Model { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
128130
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder) { }
129131
protected virtual void Dispose(bool disposing) { }
130132
protected override void OnParametersSet() { }

src/Components/Web/ref/Microsoft.AspNetCore.Components.Web.netstandard2.0.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ public partial class ValidationSummary : Microsoft.AspNetCore.Components.Compone
125125
public ValidationSummary() { }
126126
[Microsoft.AspNetCore.Components.ParameterAttribute(CaptureUnmatchedValues=true)]
127127
public System.Collections.Generic.IReadOnlyDictionary<string, object> AdditionalAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
128+
[Microsoft.AspNetCore.Components.ParameterAttribute]
129+
public object Model { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
128130
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder) { }
129131
protected virtual void Dispose(bool disposing) { }
130132
protected override void OnParametersSet() { }

0 commit comments

Comments
 (0)