-
Updated
Aug 19, 2020 - Java
#
dependency-injection
Here are 2,678 public repositories matching this topic...
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
-
Updated
Aug 16, 2020 - TypeScript
Koin - a pragmatic lightweight dependency injection framework for Kotlin
-
Updated
Aug 22, 2020 - Kotlin
Dependency injection framework for Swift with iOS/macOS/Linux
-
Updated
May 9, 2020 - Swift
An addictive .NET IoC container
-
Updated
Aug 21, 2020 - C#
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
Updated
Aug 17, 2020 - PHP
2
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
OOP is better with stamps: Composable object factories.
-
Updated
Feb 17, 2020 - JavaScript
liuqingliu
commented
Aug 7, 2020
Before you submit this issue, you has been search all existed issues and search the documentation
- [] I've been search all existed issues
- [] I've been read all documentation
Describe your question
How should I use alicloud MNS?
Powerful dependency injection for iOS & OSX (Objective-C & Swift)
-
Updated
Jul 3, 2020 - Objective-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#
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
Aug 21, 2020 - C#
A small PHP dependency injection container
-
Updated
Apr 24, 2020 - PHP
The dependency injection container for humans
-
Updated
Aug 23, 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
Aug 24, 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 Swift Dependency Injection Framework
-
Updated
Aug 18, 2020 - Swift
Lightweight dependency injection container for JavaScript/TypeScript
-
Updated
Jul 16, 2020 - TypeScript
This repository contains development environment for the entire package
-
Updated
Aug 22, 2020
Bootique is a minimally opinionated platform for modern runnable Java apps.
-
Updated
Aug 13, 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
Apr 20, 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
Aug 24, 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