Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Commit 7040fe1

Browse files
committed
Update FlowSynx.Client and enable unit test access
- Upgraded FlowSynx.Client package from version 1.3.8 to 1.3.10. - Added InternalsVisibleTo for FlowCtl.UnitTests to enable access to internal members for unit testing. - Updated Resources.Designer.cs metadata to ensure proper association with Resources.resx and automatic generation. #129
1 parent 1aa756e commit 7040fe1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/FlowCtl/FlowCtl.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="FlowSynx.Client" Version="1.3.8" />
34+
<PackageReference Include="FlowSynx.Client" Version="1.3.10" />
3535
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
3636
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.4" />
3737
<PackageReference Include="Spectre.Console" Version="0.50.0" />
@@ -44,6 +44,10 @@
4444
<ProjectReference Include="..\FlowCtl.Infrastructure\FlowCtl.Infrastructure.csproj" />
4545
</ItemGroup>
4646

47+
<ItemGroup>
48+
<InternalsVisibleTo Include="FlowCtl.UnitTests" />
49+
</ItemGroup>
50+
4751
<ItemGroup>
4852
<Compile Update="Resources.Designer.cs">
4953
<DesignTime>True</DesignTime>

0 commit comments

Comments
 (0)