IoCContainer

(★ 30)

Expressions based Inversion of Control container for .NET

File Explorer

  • .dockerignore
  • .gitignore
  • _config.yml
  • ARTICLE_RU.md
  • benchmarks.cmd
  • build.cmd
  • Directory.Build.props
  • global.json
  • IoC.sln
  • IoC.sln.DotSettings
  • LICENSE
  • README.md
  • README_BODY.md
  • README_FEATURES.md
  • README_FOOTER.md
  • README_HEADER.md
  • README_NUGET.md
  • Samples.sln
  • Samples.sln.DotSettings

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

interface

View Details ▼

Manage interfaces.
Accessed in configuration mode.

interface vlan {{1}}

Configure a VLAN:

{{no shutdown|shutdown}}

Set an interface to be active or inactive (this is run inside the interface command):

🔍

dotnet add package

View Details ▼

Add or update a .NET package reference in a project file.

dotnet add package {{package}}

Add a package to the project in the current directory:

dotnet add {{path/to/file.csproj}} package {{package}}

Add a package to a specific project:

dotnet add package {{package}} {{[-v|--version]}} {{1.0.0}}

Add a specific version of a package to the project:

🔍

where

View Details ▼

Report all known instances of a command.
It could be an executable in the `$PATH` environment variable, an alias, or a shell builtin.

where {{command}}

Find all instances of a command:

tldr where-object

View the documentation of the equivalent PowerShell command:

where {{file_pattern}}

Display the location of file pattern:

# Project Badges

// repository documentation