Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename namespaces and classes #68

Merged
merged 5 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "C#: Libplanet Console - Initialize",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/console/LibplanetConsole.Consoles.Executable/bin/Debug/net8.0/libplanet-console.dll",
"program": "${workspaceFolder}/src/console/LibplanetConsole.Console.Executable/bin/Debug/net8.0/libplanet-console.dll",
"console": "integratedTerminal",
"args": [
"init",
Expand All @@ -19,7 +19,7 @@
"name": "C#: Libplanet Console - Start",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/console/LibplanetConsole.Consoles.Executable/bin/Debug/net8.0/libplanet-console.dll",
"program": "${workspaceFolder}/src/console/LibplanetConsole.Console.Executable/bin/Debug/net8.0/libplanet-console.dll",
"console": "integratedTerminal",
"args": [
"start",
Expand All @@ -30,7 +30,7 @@
"name": "C#: Libplanet Console - Run",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/console/LibplanetConsole.Consoles.Executable/bin/Debug/net8.0/libplanet-console.dll",
"program": "${workspaceFolder}/src/console/LibplanetConsole.Console.Executable/bin/Debug/net8.0/libplanet-console.dll",
"console": "integratedTerminal",
"args": [
"run"
Expand All @@ -40,7 +40,7 @@
"name": "C#: Libplanet Node",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/node/LibplanetConsole.Nodes.Executable/bin/Debug/net8.0/libplanet-node.dll",
"program": "${workspaceFolder}/src/node/LibplanetConsole.Node.Executable/bin/Debug/net8.0/libplanet-node.dll",
"console": "integratedTerminal",
"args": [
"run"
Expand All @@ -50,7 +50,7 @@
"name": "C#: Libplanet Client",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/client/LibplanetConsole.Clients.Executable/bin/Debug/net8.0/libplanet-client.dll",
"program": "${workspaceFolder}/src/client/LibplanetConsole.Client.Executable/bin/Debug/net8.0/libplanet-client.dll",
"console": "integratedTerminal",
"args": [
"run",
Expand All @@ -62,7 +62,7 @@
"name": "C#: Libplanet Two Nodes (1/2)",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/node/LibplanetConsole.Nodes.Executable/bin/Debug/net8.0/libplanet-node.dll",
"program": "${workspaceFolder}/src/node/LibplanetConsole.Node.Executable/bin/Debug/net8.0/libplanet-node.dll",
"console": "integratedTerminal",
"args": [
"--private-key",
Expand All @@ -77,7 +77,7 @@
"name": "C#: Libplanet Two Nodes (2/2)",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/src/node/LibplanetConsole.Nodes.Executable/bin/Debug/net8.0/libplanet-node.dll",
"program": "${workspaceFolder}/src/node/LibplanetConsole.Node.Executable/bin/Debug/net8.0/libplanet-node.dll",
"console": "integratedTerminal",
"args": [
"--private-key",
Expand Down
32 changes: 16 additions & 16 deletions libplanet-console.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,51 +7,51 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4194F59A-6D6
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{0F5944E2-178A-44BF-8A09-29CAD668764A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Seeds", "src\common\LibplanetConsole.Seeds\LibplanetConsole.Seeds.csproj", "{E91A50E1-2E90-446B-BDB0-D88E0F153290}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Seed", "src\common\LibplanetConsole.Seed\LibplanetConsole.Seed.csproj", "{E91A50E1-2E90-446B-BDB0-D88E0F153290}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "console", "console", "{CAB76DA9-6E57-4422-98C6-DD2D6299F675}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Consoles", "src\console\LibplanetConsole.Consoles\LibplanetConsole.Consoles.csproj", "{7B2D3BF1-A244-4868-A6B7-B717DB7BCAA2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Console", "src\console\LibplanetConsole.Console\LibplanetConsole.Console.csproj", "{7B2D3BF1-A244-4868-A6B7-B717DB7BCAA2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{56942891-CFBD-41E4-8881-47F455D7BEFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Tests", "test\LibplanetConsole.Tests\LibplanetConsole.Tests.csproj", "{8F43268F-B73B-4737-8C2F-D74F066FA09A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Common", "src\common\LibplanetConsole.Common\LibplanetConsole.Common.csproj", "{EE8624C9-0976-4F28-8AE4-5D217D33D5BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Frameworks", "src\common\LibplanetConsole.Frameworks\LibplanetConsole.Frameworks.csproj", "{8F93F8B9-D885-4D41-8DC2-D74AFF5691A3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Framework", "src\common\LibplanetConsole.Framework\LibplanetConsole.Framework.csproj", "{8F93F8B9-D885-4D41-8DC2-D74AFF5691A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "node", "node", "{4A8F8EE9-769C-4C97-89BC-19D038E69998}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "client", "client", "{1DEAA4CE-E29B-4379-BAF6-20B79A5946CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Consoles.Executable", "src\console\LibplanetConsole.Consoles.Executable\LibplanetConsole.Consoles.Executable.csproj", "{4A3CD9CD-C5C5-43EF-9EB6-91E1386B6FCA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Console.Executable", "src\console\LibplanetConsole.Console.Executable\LibplanetConsole.Console.Executable.csproj", "{4A3CD9CD-C5C5-43EF-9EB6-91E1386B6FCA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Clients.Executable", "src\client\LibplanetConsole.Clients.Executable\LibplanetConsole.Clients.Executable.csproj", "{B5AEBA31-6069-491B-8310-8F14BFF72F33}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Client.Executable", "src\client\LibplanetConsole.Client.Executable\LibplanetConsole.Client.Executable.csproj", "{B5AEBA31-6069-491B-8310-8F14BFF72F33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Clients", "src\client\LibplanetConsole.Clients\LibplanetConsole.Clients.csproj", "{8749087F-5DE0-46AB-82D6-5009B3D9E2AF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Client", "src\client\LibplanetConsole.Client\LibplanetConsole.Client.csproj", "{8749087F-5DE0-46AB-82D6-5009B3D9E2AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Nodes.Executable", "src\node\LibplanetConsole.Nodes.Executable\LibplanetConsole.Nodes.Executable.csproj", "{F5DCB11A-EA32-441A-AF34-B66359C3EA50}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Node.Executable", "src\node\LibplanetConsole.Node.Executable\LibplanetConsole.Node.Executable.csproj", "{F5DCB11A-EA32-441A-AF34-B66359C3EA50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Nodes", "src\node\LibplanetConsole.Nodes\LibplanetConsole.Nodes.csproj", "{217938CF-B2B8-41BB-A193-475430421265}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Node", "src\node\LibplanetConsole.Node\LibplanetConsole.Node.csproj", "{217938CF-B2B8-41BB-A193-475430421265}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Nodes.Examples", "src\node\LibplanetConsole.Nodes.Examples\LibplanetConsole.Nodes.Examples.csproj", "{6ECDC75B-1B38-4480-AD15-CE0F330CD70B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Node.Example", "src\node\LibplanetConsole.Node.Example\LibplanetConsole.Node.Example.csproj", "{6ECDC75B-1B38-4480-AD15-CE0F330CD70B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Clients.Examples", "src\client\LibplanetConsole.Clients.Examples\LibplanetConsole.Clients.Examples.csproj", "{2CA203CA-1980-4B11-82E1-0E5812D86C63}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Client.Example", "src\client\LibplanetConsole.Client.Example\LibplanetConsole.Client.Example.csproj", "{2CA203CA-1980-4B11-82E1-0E5812D86C63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Consoles.Examples", "src\console\LibplanetConsole.Consoles.Examples\LibplanetConsole.Consoles.Examples.csproj", "{ACE75CD7-E4FD-4B9E-943E-EF3BB11DECDF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Console.Example", "src\console\LibplanetConsole.Console.Example\LibplanetConsole.Console.Example.csproj", "{ACE75CD7-E4FD-4B9E-943E-EF3BB11DECDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Nodes.Explorer", "src\node\LibplanetConsole.Nodes.Explorer\LibplanetConsole.Nodes.Explorer.csproj", "{FEF8E9D4-CBB7-4EFC-A5C2-2C9E91498D79}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Node.Explorer", "src\node\LibplanetConsole.Node.Explorer\LibplanetConsole.Node.Explorer.csproj", "{FEF8E9D4-CBB7-4EFC-A5C2-2C9E91498D79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Consoles.Explorer", "src\console\LibplanetConsole.Consoles.Explorer\LibplanetConsole.Consoles.Explorer.csproj", "{AF1A0011-2795-42FD-B67B-7F1956268577}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Console.Explorer", "src\console\LibplanetConsole.Console.Explorer\LibplanetConsole.Console.Explorer.csproj", "{AF1A0011-2795-42FD-B67B-7F1956268577}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibplanetConsole.Common.Tests", "test\LibplanetConsole.Common.Tests\LibplanetConsole.Common.Tests.csproj", "{65341396-A058-4577-9B70-C1DD3D146501}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibplanetConsole.Nodes.Evidence", "src\node\LibplanetConsole.Nodes.Evidence\LibplanetConsole.Nodes.Evidence.csproj", "{4C151EAE-2105-4DA1-B645-C09513EA8532}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibplanetConsole.Node.Evidence", "src\node\LibplanetConsole.Node.Evidence\LibplanetConsole.Node.Evidence.csproj", "{4C151EAE-2105-4DA1-B645-C09513EA8532}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibplanetConsole.Consoles.Evidence", "src\console\LibplanetConsole.Consoles.Evidence\LibplanetConsole.Consoles.Evidence.csproj", "{965DF40E-F3BA-45F2-A177-A3DE550C824E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibplanetConsole.Console.Evidence", "src\console\LibplanetConsole.Console.Evidence\LibplanetConsole.Console.Evidence.csproj", "{965DF40E-F3BA-45F2-A177-A3DE550C824E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibplanetConsole.Consoles.Tests", "test\LibplanetConsole.Consoles.Tests\LibplanetConsole.Consoles.Tests.csproj", "{27DE2BC6-4EBC-4905-AC2F-1DF839CBF4A7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibplanetConsole.Console.Tests", "test\LibplanetConsole.Console.Tests\LibplanetConsole.Console.Tests.csproj", "{27DE2BC6-4EBC-4905-AC2F-1DF839CBF4A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibplanetConsole.Settings", "src\common\LibplanetConsole.Settings\LibplanetConsole.Settings.csproj", "{9CB83BAC-B52F-4C48-A8F6-197D3DF3DE04}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.ComponentModel.Composition;
using LibplanetConsole.Common;
using LibplanetConsole.Examples.Services;
using LibplanetConsole.Example.Services;

namespace LibplanetConsole.Clients.Examples;
namespace LibplanetConsole.Client.Example;

[Export(typeof(IExampleClient))]
[Export]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.ComponentModel.Composition;
using JSSoft.Commands;

namespace LibplanetConsole.Clients.Examples;
namespace LibplanetConsole.Client.Example;

[Export(typeof(ICommand))]
[CommandSummary("Example client commands for a quick start.")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.ComponentModel.Composition;
using LibplanetConsole.Common;

namespace LibplanetConsole.Clients.Examples;
namespace LibplanetConsole.Client.Example;

[Export(typeof(IInfoProvider))]
[method: ImportingConstructor]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.ComponentModel.Composition;
using LibplanetConsole.Common.Services;
using LibplanetConsole.Examples.Services;
using LibplanetConsole.Example.Services;

namespace LibplanetConsole.Clients.Examples;
namespace LibplanetConsole.Client.Example;

[Export(typeof(ILocalService))]
[method: ImportingConstructor]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using JSSoft.Commands;
using LibplanetConsole.Frameworks;
using LibplanetConsole.Framework;

namespace LibplanetConsole.Clients.Examples;
namespace LibplanetConsole.Client.Example;

[ApplicationSettings]
internal sealed class ExampleClientSettings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.ComponentModel.Composition;
using LibplanetConsole.Common;
using LibplanetConsole.Common.Services;
using LibplanetConsole.Examples.Services;
using LibplanetConsole.Example.Services;

namespace LibplanetConsole.Clients.Examples;
namespace LibplanetConsole.Client.Example;

[Export]
internal sealed class ExampleRemoteNodeService
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace LibplanetConsole.Clients.Examples;
namespace LibplanetConsole.Client.Example;

public interface IExampleClient
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\LibplanetConsole.Clients\LibplanetConsole.Clients.csproj" />
<ProjectReference Include="..\LibplanetConsole.Client\LibplanetConsole.Client.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Examples\**\*.cs" />
<Compile Include="$(MSBuildThisFileDirectory)..\..\shared\LibplanetConsole.Example\**\*.cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using LibplanetConsole.Common.Extensions;
using Microsoft.Extensions.DependencyInjection;

namespace LibplanetConsole.Clients.Executable;
namespace LibplanetConsole.Client.Executable;

internal sealed class Application(ApplicationOptions options) : ApplicationBase(options)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.ComponentModel.Composition;
using LibplanetConsole.Frameworks;
using LibplanetConsole.Framework;

namespace LibplanetConsole.Nodes.Executable;
namespace LibplanetConsole.Client.Executable;

[Export(typeof(IApplicationConfigurations))]
[method: ImportingConstructor]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
using LibplanetConsole.Common;
using LibplanetConsole.Common.DataAnnotations;
using LibplanetConsole.DataAnnotations;
using LibplanetConsole.Frameworks;
using LibplanetConsole.Framework;

namespace LibplanetConsole.Clients.Executable;
namespace LibplanetConsole.Client.Executable;

[ApplicationSettings(IsRequired = true)]
internal sealed record class ApplicationSettings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.ComponentModel.Composition;
using JSSoft.Commands;
using JSSoft.Terminals;
using LibplanetConsole.Clients.Executable.Commands;
using LibplanetConsole.Client.Executable.Commands;

namespace LibplanetConsole.Clients.Executable;
namespace LibplanetConsole.Client.Executable;

[Export(typeof(CommandContext))]
[CommandSummary("Provides a prompt for input and execution of commands.")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.ComponentModel.Composition;
using JSSoft.Commands;
using LibplanetConsole.Frameworks;
using LibplanetConsole.Framework;

namespace LibplanetConsole.Clients.Executable.Commands;
namespace LibplanetConsole.Client.Executable.Commands;

[Export(typeof(ICommand))]
[CommandSummary("Get and set options")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.ComponentModel.Composition;
using JSSoft.Commands;

namespace LibplanetConsole.Clients.Executable.Commands;
namespace LibplanetConsole.Client.Executable.Commands;

[Export(typeof(ICommand))]
[Export(typeof(HelpCommand))]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.ComponentModel.Composition;
using JSSoft.Commands;

namespace LibplanetConsole.Clients.Executable.Commands;
namespace LibplanetConsole.Client.Executable.Commands;

[Export(typeof(ICommand))]
[Export(typeof(VersionCommand))]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using JSSoft.Commands;

namespace LibplanetConsole.Clients.Executable;
namespace LibplanetConsole.Client.Executable;

[CommandSummary("Run a client or provide related tools to connect to the node.")]
internal sealed class EntryCommandContext(params ICommand[] commands)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using LibplanetConsole.Common.IO;
using LibplanetConsole.DataAnnotations;

namespace LibplanetConsole.Clients.Executable.EntryCommands;
namespace LibplanetConsole.Client.Executable.EntryCommands;

[CommandSummary("Create a repository to run a libplanet-client")]
internal sealed class InitializeCommand : CommandBase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.ComponentModel;
using LibplanetConsole.Common.Commands;

namespace LibplanetConsole.Clients.Executable.EntryCommands;
namespace LibplanetConsole.Client.Executable.EntryCommands;

[Category("Tools")]
internal sealed class KeyCommand : KeyCommandBase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using JSSoft.Commands;
using LibplanetConsole.Frameworks;
using LibplanetConsole.Framework;

namespace LibplanetConsole.Clients.Executable.EntryCommands;
namespace LibplanetConsole.Client.Executable.EntryCommands;

[CommandSummary("Run the Libplanet client.")]
internal sealed class RunCommand : CommandAsyncBase, ICustomCommandDescriptor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.ComponentModel;
using JSSoft.Commands;
using LibplanetConsole.Common;
using LibplanetConsole.Frameworks;
using LibplanetConsole.Framework;

namespace LibplanetConsole.Nodes.Executable.EntryCommands;
namespace LibplanetConsole.Client.Executable.EntryCommands;

[CommandSummary("Creates a schema of the application settings.")]
[Category("Tools")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.ComponentModel;
using JSSoft.Commands;
using LibplanetConsole.DataAnnotations;
using LibplanetConsole.Frameworks;
using LibplanetConsole.Framework;
using LibplanetConsole.Settings;

namespace LibplanetConsole.Clients.Executable.EntryCommands;
namespace LibplanetConsole.Client.Executable.EntryCommands;

[CommandSummary("Start the Libplanet client with settings.")]
internal sealed class StartCommand : CommandAsyncBase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\LibplanetConsole.Clients\LibplanetConsole.Clients.csproj" />
<ProjectReference Include="..\LibplanetConsole.Clients.Examples\LibplanetConsole.Clients.Examples.csproj" />
<ProjectReference Include="..\LibplanetConsole.Client\LibplanetConsole.Client.csproj" />
<ProjectReference Include="..\LibplanetConsole.Client.Example\LibplanetConsole.Client.Example.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.ComponentModel.Composition;
using JSSoft.Configurations;
using LibplanetConsole.Frameworks;
using LibplanetConsole.Framework;
using Serilog;
using Serilog.Events;

namespace LibplanetConsole.Nodes.Executable;
namespace LibplanetConsole.Client.Executable;

[Export(typeof(IApplicationConfiguration))]
[ConfigurationName("log")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using JSSoft.Commands;
using JSSoft.Commands.Extensions;
using LibplanetConsole.Clients.Executable;
using LibplanetConsole.Clients.Executable.EntryCommands;
using LibplanetConsole.Client.Executable;
using LibplanetConsole.Client.Executable.EntryCommands;

var commands = new ICommand[]
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"profiles": {
"LibplanetConsole.Clients.Executable": {
"LibplanetConsole.Client.Executable": {
"commandName": "Project",
"commandLineArgs": "--seed-end-point 127.0.0.1:5353",
"workingDirectory": "$(SolutionDir)"
Expand Down
Loading