Skip to content

SuperJMN/GracefulTypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graceful Types

Discover Types and gracefully

Lots of advanced programming techniques rely on the concept of Type:

  • You may have already tried to configure a container to register (export) a set of types.
  • Or you may have used .NET reflection to do cool stuff

... and soon after, you realized that working with Types isn't as terse as one would want.

With this library, you will have a nicer experience discovering types at run time so you can filter them out to your needs without any trouble.

Disclaimer

The code in this repo is copied directly from Ian Johson's work, concretely his wonderful DI IoC container Grace.

About

Discover types gracefully to get extra fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages