Pure.DI

(★ 838)

Pure DI for .NET

File Explorer

  • .gitignore
  • .space.kts
  • AGENTS.md
  • AGENTS_MEDIUM.md
  • AGENTS_SMALL.md
  • build.cmd
  • build.sh
  • build_wsl.cmd
  • CONTRIBUTING.md
  • DevTeam.snk
  • DIAGNOSTICS.md
  • Directory.Build.props
  • docker.cmd
  • LICENSE
  • Pure.DI.sln.DotSettings
  • Pure.DI.slnx
  • qodana.yaml
  • README.md
  • rebuild.cmd
  • SECURITY.md

# 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

View Details ▼

Cross platform .NET tools for .NET Core.
Some subcommands such as `build` have their own usage documentation.

dotnet new {{template_short_name}}

Initialize a new .NET project:

dotnet restore

Restore NuGet packages:

dotnet run

Build and execute the .NET project in the current directory:

🔍

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:

// repository documentation