@@ -26,7 +26,7 @@ public partial class EditForm : Microsoft.AspNetCore.Components.ComponentBase
2626 {
2727 public EditForm ( ) { }
2828 [ 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 { } }
3030 [ Microsoft . AspNetCore . Components . ParameterAttribute ]
3131 public Microsoft . AspNetCore . Components . RenderFragment < Microsoft . AspNetCore . Components . Forms . EditContext > ? ChildContent { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
3232 [ Microsoft . AspNetCore . Components . ParameterAttribute ]
@@ -46,7 +46,7 @@ public abstract partial class InputBase<TValue> : Microsoft.AspNetCore.Component
4646 {
4747 protected InputBase ( ) { }
4848 [ 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 { } }
5050 protected string CssClass { get { throw null ; } }
5151 [ System . Diagnostics . CodeAnalysis . MaybeNullAttribute ]
5252 [ System . Diagnostics . CodeAnalysis . AllowNullAttribute ]
@@ -92,7 +92,7 @@ protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Renderin
9292 protected override string ? FormatValueAsString ( TValue value ) { throw null ; }
9393 protected override bool TryParseValueFromString ( string ? value , [ System . Diagnostics . CodeAnalysis . MaybeNullAttribute ] out TValue result , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( false ) ] out string ? validationErrorMessage ) { throw null ; }
9494 }
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 >
9696 {
9797 public InputSelect ( ) { }
9898 [ Microsoft . AspNetCore . Components . ParameterAttribute ]
@@ -116,7 +116,7 @@ public partial class ValidationMessage<TValue> : Microsoft.AspNetCore.Components
116116 {
117117 public ValidationMessage ( ) { }
118118 [ 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 { } }
120120 [ Microsoft . AspNetCore . Components . ParameterAttribute ]
121121 public System . Linq . Expressions . Expression < System . Func < TValue > > ? For { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
122122 protected override void BuildRenderTree ( Microsoft . AspNetCore . Components . Rendering . RenderTreeBuilder builder ) { }
@@ -128,7 +128,7 @@ public partial class ValidationSummary : Microsoft.AspNetCore.Components.Compone
128128 {
129129 public ValidationSummary ( ) { }
130130 [ 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 { } }
132132 [ Microsoft . AspNetCore . Components . ParameterAttribute ]
133133 public object ? Model { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
134134 protected override void BuildRenderTree ( Microsoft . AspNetCore . Components . Rendering . RenderTreeBuilder builder ) { }
@@ -156,7 +156,7 @@ public NavLink() { }
156156 [ Microsoft . AspNetCore . Components . ParameterAttribute ]
157157 public string ? ActiveClass { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
158158 [ 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 { } }
160160 [ Microsoft . AspNetCore . Components . ParameterAttribute ]
161161 public Microsoft . AspNetCore . Components . RenderFragment ? ChildContent { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
162162 protected string ? CssClass { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
0 commit comments