Skip to content

Commit 90215fe

Browse files
committed
fix: Broken CI
1 parent d248b2f commit 90215fe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/site/docs/interaction/render-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void StaticRendering()
108108
***
109109

110110
## Setting the `RendererInfo` during testing
111-
To control the `ComponentBase.RendererInfo` property during testing, use the <xref:Bunit.TestContextBase.SetRendererInfo(Microsoft.AspNetCore.Components.RendererInfo)> method on the `TestContext` class. The `SetRendererInfo` method takes an nullable `RendererInfo` object as a parameter. Passing `null` will set the `ComponentBase.RendererInfo` to `null`.
111+
To control the `ComponentBase.RendererInfo` property during testing, use the <xref:Bunit.BunitContext.SetRendererInfo(Microsoft.AspNetCore.Components.RendererInfo)> method on the `TestContext` class. The `SetRendererInfo` method takes an nullable `RendererInfo` object as a parameter. Passing `null` will set the `ComponentBase.RendererInfo` to `null`.
112112

113113
A component (`AssistentComponent.razor`) might check if interactivity is given to enable a button:
114114

src/bunit/bunit.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
</Description>
2222
</PropertyGroup>
2323

24+
<ItemGroup>
25+
<None Include="..\..\README.md">
26+
<Pack>True</Pack>
27+
<PackagePath>\</PackagePath>
28+
</None>
29+
</ItemGroup>
30+
2431
<ItemGroup>
2532
<PackageReference Include="AngleSharp" />
2633
<PackageReference Include="AngleSharp.Diffing" />

0 commit comments

Comments
 (0)