Core
Core copied to clipboard
CatLib lightweight dependency injection container
It is recommended to design a one-to-many structure: ```csharp IDictionary { } ```
`App` exists for historical reasons. Now we need to deprecate `App` class for the following reasons: - Static functions should be thread-safe, but App are not. - App objects induce...
Glob implements glob(3) style match. ```csharp /// /// Returns a regexp which is the equivalent of the glob pattern. /// /// The regex pattern. /// Is it strictly required not...