couchbaselabs / couchbaselabs/Linq2Couchbase
Use cleaner reflection patterns
Open
- Dominant language
- C#
- Stars
- 98
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
This can help improve performance, reduce runtime errors, and help support trimming if anyone wants to build smaller single-file applications.
An example:
https://github.com/dotnet/runtime/blob/ebba1d4acb7abea5ba15e1f7f69d1d1311465d16/src/libraries/System.Linq.Queryable/src/System/Linq/CachedReflection.cs#L539
https://github.com/dotnet/runtime/blob/ebba1d4acb7abea5ba15e1f7f69d1d1311465d16/src/libraries/System.Linq.Queryable/src/System/Linq/Queryable.cs#L263
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.