Skip to content
#

argument

Here are 80 public repositories matching this topic...

TechInterMezzo
TechInterMezzo commented Mar 23, 2022

Would it be possible to remove the dependency on JetBrains.Annotations?
To avoid a dependency hell as much as possible I like to have a minimum of dependencies for every nuget package I use.
Since the new .NET versions have a very good support for nullable reference types I am not really sure if there is a need for those null annotations.

good first issue

Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as class fields validation. All entry points raise consistent ValidationError including all contextual details, with dynamic inheritance of ValueError/TypeError as appropriate.

  • Updated Jan 29, 2021
  • Python

The SysCommand is a powerful framework, cross-platform, for development of Console Application using .NET. It is simple, strongly typed and with great influences of the MVC standard (Include Razor Template). It working as an automatic command line parser where all parse tasks are left over by the framework, leaving the programmer to focus on the business rules.

  • Updated Nov 19, 2018
  • C#

An extensible go configuration manager. The default parsers can parse the CLI arguments and the simple ini file. You can implement and register your parser, and the manager engine will call the parser to parse the config. The inspiration is from [oslo.config](https://github.com/openstack/oslo.config), which is a OpenStack library for config.

  • Updated Apr 14, 2019
  • Go

Improve this page

Add a description, image, and links to the argument topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the argument topic, visit your repo's landing page and select "manage topics."

Learn more