docopt.net icon indicating copy to clipboard operation
docopt.net copied to clipboard

Port of docopt to .net

Results 10 docopt.net issues
Sort by recently updated
recently updated
newest added

If a project has no namespace (that is, the project file has ``) then the hint name of the source-generated files start with a dot (`.`). For example, if the...

bug

This PR adds a design document for the source generator design. It is the basis for the final and desired implementation, which may happen over several iterations/versions as long as...

Found an odd scenario in the git command line. Not sure how to handle this. ``` Git exec path oddity. Usage: git [--exec-path[=]] [] Options: --exec-path[=] Path to wherever your...

Unfortunately, once PR #104 was merged, the build failed on `master` due to compilation errors: C:\projects\docopt-net\src\DocoptNet\Docopt.cs(174,88): error CS1503: Argument 2: cannot convert from 'DocoptNet.Value' to 'DocoptNet.ValueObject' [C:\projects\docopt-net\src\DocoptNet\DocoptNet.csproj] C:\projects\docopt-net\src\DocoptNet\Docopt.cs(175,123): error CS1503:...

Hi, While pulling from NuGet I get the following exceptionj. Same occurrs if I run the T3DocoptNet.tt T4 template. ``` Severity Code Description Project File Line Suppression State Error An...

When a command is not present, I should be able to reference it in the dictionary and use .IsNullOrEmpty to check for it's present. But it throws System.NullReferenceException instead. In...

Hi! How i can to use docopt.net in C++/CLR ? Main class looks like: using namespace System; using namespace System::IO; using namespace System::Collections::Generic; using namespace System::Data; using namespace DocoptNet; int...

### Discussed in https://github.com/docopt/docopt.net/discussions/190 Originally posted by **shandysawyer** November 28, 2023 I have a .NET 4.8 Framework Console Project that has docopt.net 0.6.1.10 installed. However I cannot get the T4...

This PR refactors the source generator into an [incremental source generator](https://github.com/dotnet/roslyn/blob/3a1af4fd52b12c4592878cc6b021bfe0975f554d/docs/features/incremental-generators.md).

If a user project enforces code style during build via [`EnforceCodeStyleInBuild`] and warnings are treated as errors, then the following issues get flagged and can break the build: - [IDE0010]:...