Skip to content
/ Ayosi Public

Ayosi is an experimental inversion of control container library

License

Notifications You must be signed in to change notification settings

dgncn/Ayosi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayosi

Ayosi is a very basic, experimental inversion of control container library written in c#.

Plans

  • Lifetime options(Scoped, Singleton, Transient )
  • Fluent Method Chaining like Linq methods etc(.Where(...).ToList())
  • Builder Pattern using while creating container
  • Locking and Caching technics at registered services (ConcurrentDictionary using)
  • Benchmarking with other libraries(autofac,castle)
  • Adding Build pipeline like travisci
  • Nuget package creating

About

Ayosi is an experimental inversion of control container library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages