Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CYJB/Cyjb
提供 C# 基础的功能扩展
https://github.com/CYJB/Cyjb
dotnet
Last synced: 3 days ago
JSON representation
提供 C# 基础的功能扩展
- Host: GitHub
- URL: https://github.com/CYJB/Cyjb
- Owner: CYJB
- Created: 2012-11-10T13:50:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T16:17:41.000Z (6 months ago)
- Last Synced: 2024-11-02T21:09:38.955Z (13 days ago)
- Topics: dotnet
- Language: C#
- Homepage:
- Size: 2.23 MB
- Stars: 78
- Watchers: 14
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cyjb
====[![](https://img.shields.io/nuget/v/Cyjb.svg)](https://www.nuget.org/packages/Cyjb)
[![codecov](https://codecov.io/gh/CYJB/Cyjb/branch/master/graph/badge.svg?token=0nRtjN0j1i)](https://codecov.io/gh/CYJB/Cyjb)提供基础的功能扩展,基于 .NET 6。
本项目包含一些常用的基础类,主要功能包括:
- 常用的扩展方法。
- 常用的异常辅助方法。
- 更多集合类型:
- 常用泛型集合基类。
- 位的压缩列表。
- 字符集合。
- 完整的类型转换解决方案:
- 支持隐式、显式和自定义类型转换。
- 可以直接用于泛型方法的 [System.Converter<TInput, TOutput>](https://docs.microsoft.com/zh-cn/dotnet/api/system.converter-2) 实现。
- 能够在 IL 中使用类型转换功能。
- 对反射的高级支持:
- 更强大的类型成员查找。
- 很简单的动态创建委托。
- IL 的扩展方法。
- LRU 缓存池。详细的类库文档,请参见 [Wiki](https://github.com/CYJB/Cyjb/wiki)。
欢迎访问我的[博客](http://www.cnblogs.com/cyjb/)获取更多信息。