Dependency on local copies of CommandLine libs
See original GitHub issueI tried to make my own code-gen project by following “SimplePocos” example, but the project cannot be compiled because the library depends on two local copies of the CommandLine project libraries:
<PackageReference Include="System.CommandLine" Version="2.0.0-codegencs" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-codegencs" />
Is it possible maybe to update it to the latest published beta4 version?
Issue Analytics
- State:
- Created 4 months ago
- Comments:15
Top Results From Across the Web
A simple command line to download a remote maven2 ...
I'd like to document a "simple" one line command they can use to download my library's artifacts to their local ~/.m2/repository without ...
Read more >Deps and CLI Guide
Preparing source dependency libs ... Including the top-level key :deps/prep-lib tells the tools.deps classpath construction that something extra is needed to ...
Read more >Allow injection of dependency versions from command line ...
Will custom dependency versions be injectable via gradle properties/local.properties? No, this is out of scope of this version. We are thinking ...
Read more >Apache Maven Dependency Plugin – Usage
This goal simply tells maven to resolve all test scope (includes compile) dependencies and then displays the resolved versions. This is intended ...
Read more >Managing dependencies | Scala CLI
Managing dependencies · Dependency syntax · Specifying dependencies from the command line · Adding local JARs as dependencies.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure thing. How would you call that class to avoid this confusion? I’ll also investigate if I can replace my colorful console by the aforementioned Spectre.Console.
Maybe something around
IConsole
?