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

Commit c6d5c15

Browse files
committed
Restrict internal access and update test dependencies
Removed the `InternalsVisibleTo` attribute from `AssemblyInfo.cs`, restricting access to internal members for `FlowCtl.UnitTests`. Cleaned up unused `using` directives in `InstallPluginCommandOptionsHandlerTests.cs` and added new dependencies for `FlowCtl.Core.Services.Authentication`, `FlowCtl.Core.Services.Logger`, and `FlowSynx.Client` namespaces to support updated functionality. #127
1 parent f13807d commit c6d5c15

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

src/FlowCtl/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/FlowCtl.UnitTests/Commands/Plugins/InstallPluginCommandOptionsHandlerTests.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Threading;
4-
using System.Threading.Tasks;
5-
using FlowCtl.Commands.Plugins.Install;
1+
using FlowCtl.Commands.Plugins.Install;
62
using FlowCtl.Core.Services.Authentication;
73
using FlowCtl.Core.Services.Logger;
84
using FlowSynx.Client;

0 commit comments

Comments
 (0)