question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dependency on local copies of CommandLine libs

See original GitHub issue

I 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:open
  • Created 4 months ago
  • Comments:15

github_iconTop GitHub Comments

1reaction
Drizincommented, Jun 7, 2023

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.

0reactions
xoretscommented, Jun 7, 2023

Maybe something around IConsole?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found