Core icon indicating copy to clipboard operation
Core copied to clipboard

CatLib lightweight dependency injection container

Results 4 Core issues
Sort by recently updated
recently updated
newest added

It is recommended to design a one-to-many structure: ```csharp IDictionary { } ```

Need Review
Feature

`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...

3.0

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...

Need Review
Feature