-
Updated
Aug 19, 2020 - Java
#
dependency-injection
Here are 2,594 public repositories matching this topic...
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
-
Updated
Sep 1, 2020 - TypeScript
Koin - a pragmatic lightweight dependency injection framework for Kotlin
-
Updated
Sep 16, 2020 - Kotlin
Dependency injection framework for Swift with iOS/macOS/Linux
-
Updated
May 9, 2020 - Swift
An addictive .NET IoC container
-
Updated
Sep 9, 2020 - C#
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
Updated
Sep 11, 2020 - PHP
4
jannyHou
commented
Jun 30, 2020
Suggestion
Follow-up story from strongloop/loopback-next#4992 (comment)
Now the fields filter only allow object, like {fields: {title: true, desc: true}}
, but doesn't allow the array shortcut like {fields: ['title', 'desc']}
.
We should support the array shortcut as well.
Copy the details here:
fields: ['foo', 'bar']
is not allowed with
233cy
commented
Sep 1, 2020
OOP is better with stamps: Composable object factories.
-
Updated
Feb 17, 2020 - JavaScript
Powerful dependency injection for iOS & OSX (Objective-C & Swift)
-
Updated
Sep 6, 2020 - Objective-C
redis
cors
t4
ioc
jwt
vue
repository
dotnet
dependency-injection
swagger
netcore
rbac
aop
autofac
dto
automapper
netcore-webapi
sqlsugarcore
rbac-roles
dotnetcore3-1
-
Updated
Sep 16, 2020 - C#
Dependency Injection Framework for Unity3D
game
ioc
gamedev
framework
unity
dependency-injection
game-development
injection
unity3d
data-binding
unity3d-plugin
dependency
injection-container
dependency-injection-framework
zenject
-
Updated
Apr 22, 2020 - C#
A small PHP dependency injection container
-
Updated
Aug 28, 2020 - PHP
The dependency injection container for humans
-
Updated
Sep 7, 2020 - PHP
Simple yet powerful dependency injection tool for JavaScript and TypeScript.
-
Updated
Aug 16, 2020 - TypeScript
Your first K.I.S.S Unity 3D Framework.
redux
flux
ioc
framework
csharp
unity
dependency-injection
unity3d
unity-scripts
inversion-of-control
unirx
game-frameworks
zenject
frameworks
unity2d
unity3d-framework
uiframework
qframework
uframe
unidux
-
Updated
Sep 10, 2020 - C#
Extremely powerful Inversion of Control (IoC) container for Node.JS
-
Updated
Jul 20, 2020 - TypeScript
A reflection based dependency injection toolkit for Go.
-
Updated
Jun 16, 2020 - Go
A dependency injection based application framework for Go.
-
Updated
Aug 19, 2020 - Go
Lightweight dependency injection container for JavaScript/TypeScript
-
Updated
Sep 7, 2020 - TypeScript
Lightweight Swift Dependency Injection Framework
-
Updated
Sep 1, 2020 - Swift
This repository contains development environment for the entire package
-
Updated
Sep 13, 2020
Bootique is a minimally opinionated platform for modern runnable Java apps.
-
Updated
Sep 7, 2020 - Java
A small tutorial to show how to create a PHP application without a framework.
-
Updated
Oct 17, 2019
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
dependency-injection
decoration
conventions
asp-net-core
scanning
convention-registration
assembly-scanning
decoration-extensions
-
Updated
Aug 25, 2020 - C#
nodejs
ioc
middleware
converter
typescript
rest-api
dependency-injection
socket-io
decorators
swagger-ui
multer
express-router
nodejs-framework
express-decorators
lifecycle-hooks
nodejs-api
typescript-framework
-
Updated
Sep 17, 2020 - TypeScript
A powerful dependency injection micro container for JavaScript applications
-
Updated
Aug 20, 2020 - JavaScript
Lightweight and Nonintrusive Scala Dependency Injection Library
-
Updated
Jun 22, 2020 - Scala
Improve this page
Add a description, image, and links to the dependency-injection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependency-injection topic, visit your repo's landing page and select "manage topics."
One of the specific advantages of the wire approach is that it generates code that's relatively readable compared to reflect-based equivalents. When
wire.Value
is used on a small by-value type, there's no need for the value to live in a global variable - the expression could instead be used literally inside the generated code, which would make the code easier to follow, and more similar to the c