Skip to content

Commit

Permalink
Remove requirement for modified custom typeresolver
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamsker committed Mar 15, 2024
1 parent 5dae0ad commit 72e83c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 109 deletions.
2 changes: 1 addition & 1 deletion tone/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
// services.AddLogging(builder => builder.AddSerilog(dispose: true));
// services.AddSingleton<ILogger>(_ => Log.Logger);

var app = new CommandApp(new ToneCustomTypeRegistrar(services));
var app = new CommandApp(new CustomTypeRegistrar(services));

app.Configure(config =>
{
Expand Down
107 changes: 0 additions & 107 deletions tone/SpectreConsoleHelpers/ToneCustomTypeRegistrar.cs

This file was deleted.

2 changes: 1 addition & 1 deletion tone/tone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="CSharp.OperationResult" Version="0.1.6" />
<PackageReference Include="grok.net" Version="2.0.0" />
<PackageReference Include="Jint" Version="3.0.1" />
<PackageReference Include="JKToolKit.Spectre.AutoCompletion" Version="0.0.5" />
<PackageReference Include="JKToolKit.Spectre.AutoCompletion" Version="0.0.6" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
Expand Down

0 comments on commit 72e83c5

Please sign in to comment.