File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/bunit.web/TestDoubles/Components Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,11 @@ tab_size = 2
17
17
indent_style = space
18
18
indent_size = 2
19
19
indent_width = 2
20
+
20
21
dotnet_diagnostic.BL0001.severity = none
21
22
dotnet_diagnostic.BL0002.severity = none
22
23
dotnet_diagnostic.BL0003.severity = none
23
24
dotnet_diagnostic.BL0004.severity = none
24
25
dotnet_diagnostic.BL0005.severity = none
25
- dotnet_diagnostic.BL0006.severity = none
26
+ dotnet_diagnostic.BL0006.severity = none
27
+ dotnet_diagnostic.BL0007.severity = none
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ public abstract class ComponentDoubleBase<TComponent> : IComponent
20
20
/// that this stub replaced in the component tree.
21
21
/// </summary>
22
22
[ Parameter ( CaptureUnmatchedValues = true ) ]
23
- public CapturedParameterView < TComponent > Parameters { get ; private set ; }
24
- = CapturedParameterView < TComponent > . Empty ;
23
+ public CapturedParameterView < TComponent > Parameters { get ; set ; } = CapturedParameterView < TComponent > . Empty ;
25
24
26
25
/// <inheritdoc/>
27
26
public virtual Task SetParametersAsync ( ParameterView parameters )
You can’t perform that action at this time.
0 commit comments