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
1717indent_style = space
1818indent_size = 2
1919indent_width = 2
20+
2021dotnet_diagnostic.BL0001.severity = none
2122dotnet_diagnostic.BL0002.severity = none
2223dotnet_diagnostic.BL0003.severity = none
2324dotnet_diagnostic.BL0004.severity = none
2425dotnet_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
2020 /// that this stub replaced in the component tree.
2121 /// </summary>
2222 [ 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 ;
2524
2625 /// <inheritdoc/>
2726 public virtual Task SetParametersAsync ( ParameterView parameters )
You can’t perform that action at this time.
0 commit comments