NuGet Packages By Dependencies
NETFx Reflector [3 dependencies]
Strong-typed static reflection via Reflect:
// Void static method
MethodInfo cw = Reflect.GetMethod(
() => Console.WriteLine);
// Instance void method
MethodInfo mi =
Reflect<IView>.GetMethod(v => v.Show);
// Boolean returning instance method
MethodInfo pi = Reflect<IViewModel>
.GetMethod<b...
FSharp.Core.3 [3 dependencies]
jsimple-io [3 dependencies]
ServerPaging.Business [3 dependencies]
Package Description
Concept.Cqrs.Read [3 dependencies]
Package Description
Rocket.Surgery.Extensions.Serilog [3 dependencies]
Package Description
CurryOn.FSharp.Control [3 dependencies]
Extends the FSharp.Control namespace to add Operations, a Railway-Oriented Programming framework compatible with Async Worfklows and the Task Parallel Library (TPL), including a Computation Expression Builder and library functions.
Waher.Networking.XMPP.PEP [3 dependencies]
Class library adding support for the Personal Eventing Protocol (XEP-0163) to the XMPP Client library defined in Waher.Networking.XMPP. Other related extensions supported include:
XEP-0080: User Location
XEP-0084: User Avatar
XEP-0107: User Mood
XEP-0108: User Activity
XEP-0118: User Tune
DT.SSO.Common [3 dependencies]
Alex.Framework.Hangfire [3 dependencies]
任务调度组件,提供Hangfire的任务调度封装,在本地开启任务服务器,供Web之外的项目使用
SharpFightingEngine [3 dependencies]
Package Description
Visma.Common.EntityFramework [3 dependencies]
TeamHealth miscellaneous helpers library [3 dependencies]
Misc. helper methods, properties, objects etc.
NetModular.Module.Admin.Web [3 dependencies]
NetModular Module Admin(权限管理) - Web
Tki.Abp.Settings [3 dependencies]
Package Description
AnyJob.Package.Core [3 dependencies]
Package Description
Rixian.Eventing [3 dependencies]
Package Description
Naos.Service.Serialization.Json [3 dependencies]
JSON Serialization Configuration for types in Naos.Service
KSociety.Base.Srv.Dto [3 dependencies]
K-Society Base is a full stack framework for microservices.
Rsk.Saml.IdentityProvider [3 dependencies]
SAML 2.0 (SAML2P) identity provider functionality. Requires the addition of Rsk.Saml.DuendeIdentityServer.