@@ -26,7 +26,7 @@ public partial class EditForm : Microsoft.AspNetCore.Components.ComponentBase
26
26
{
27
27
public EditForm ( ) { }
28
28
[ Microsoft . AspNetCore . Components . ParameterAttribute ( CaptureUnmatchedValues = true ) ]
29
- public System . Collections . Generic . IReadOnlyDictionary < string , object ? > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
29
+ public System . Collections . Generic . IReadOnlyDictionary < string , object > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
30
30
[ Microsoft . AspNetCore . Components . ParameterAttribute ]
31
31
public Microsoft . AspNetCore . Components . RenderFragment < Microsoft . AspNetCore . Components . Forms . EditContext > ? ChildContent { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
32
32
[ Microsoft . AspNetCore . Components . ParameterAttribute ]
@@ -46,7 +46,7 @@ public abstract partial class InputBase<TValue> : Microsoft.AspNetCore.Component
46
46
{
47
47
protected InputBase ( ) { }
48
48
[ Microsoft . AspNetCore . Components . ParameterAttribute ( CaptureUnmatchedValues = true ) ]
49
- public System . Collections . Generic . IReadOnlyDictionary < string , object ? > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
49
+ public System . Collections . Generic . IReadOnlyDictionary < string , object > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
50
50
protected string CssClass { get { throw null ; } }
51
51
[ System . Diagnostics . CodeAnalysis . MaybeNullAttribute ]
52
52
[ System . Diagnostics . CodeAnalysis . AllowNullAttribute ]
@@ -92,7 +92,7 @@ protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Renderin
92
92
protected override string ? FormatValueAsString ( TValue value ) { throw null ; }
93
93
protected override bool TryParseValueFromString ( string ? value , [ System . Diagnostics . CodeAnalysis . MaybeNullAttribute ] out TValue result , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( false ) ] out string ? validationErrorMessage ) { throw null ; }
94
94
}
95
- public partial class InputSelect < TValue > : Microsoft . AspNetCore . Components . Forms . InputBase < TValue > where TValue : notnull
95
+ public partial class InputSelect < TValue > : Microsoft . AspNetCore . Components . Forms . InputBase < TValue >
96
96
{
97
97
public InputSelect ( ) { }
98
98
[ Microsoft . AspNetCore . Components . ParameterAttribute ]
@@ -116,7 +116,7 @@ public partial class ValidationMessage<TValue> : Microsoft.AspNetCore.Components
116
116
{
117
117
public ValidationMessage ( ) { }
118
118
[ Microsoft . AspNetCore . Components . ParameterAttribute ( CaptureUnmatchedValues = true ) ]
119
- public System . Collections . Generic . IReadOnlyDictionary < string , object ? > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
119
+ public System . Collections . Generic . IReadOnlyDictionary < string , object > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
120
120
[ Microsoft . AspNetCore . Components . ParameterAttribute ]
121
121
public System . Linq . Expressions . Expression < System . Func < TValue > > ? For { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
122
122
protected override void BuildRenderTree ( Microsoft . AspNetCore . Components . Rendering . RenderTreeBuilder builder ) { }
@@ -128,7 +128,7 @@ public partial class ValidationSummary : Microsoft.AspNetCore.Components.Compone
128
128
{
129
129
public ValidationSummary ( ) { }
130
130
[ Microsoft . AspNetCore . Components . ParameterAttribute ( CaptureUnmatchedValues = true ) ]
131
- public System . Collections . Generic . IReadOnlyDictionary < string , object ? > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
131
+ public System . Collections . Generic . IReadOnlyDictionary < string , object > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
132
132
[ Microsoft . AspNetCore . Components . ParameterAttribute ]
133
133
public object ? Model { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
134
134
protected override void BuildRenderTree ( Microsoft . AspNetCore . Components . Rendering . RenderTreeBuilder builder ) { }
@@ -156,7 +156,7 @@ public NavLink() { }
156
156
[ Microsoft . AspNetCore . Components . ParameterAttribute ]
157
157
public string ? ActiveClass { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
158
158
[ Microsoft . AspNetCore . Components . ParameterAttribute ( CaptureUnmatchedValues = true ) ]
159
- public System . Collections . Generic . IReadOnlyDictionary < string , object ? > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
159
+ public System . Collections . Generic . IReadOnlyDictionary < string , object > ? AdditionalAttributes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
160
160
[ Microsoft . AspNetCore . Components . ParameterAttribute ]
161
161
public Microsoft . AspNetCore . Components . RenderFragment ? ChildContent { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
162
162
protected string ? CssClass { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
0 commit comments