IdentityServer4.AspNetIdentity
by: Brock Allen Dominick Baier
- 2.724k total downloads
- Latest version: 4.1.2
ASP.NET Core Identity Integration for IdentityServer4
Humanizer.Core.zh-CN
by: Claire Novotny Mehdi Khalili
- 955 total downloads
- Latest version: 3.0.1
Humanizer Locale Chinese (China) (zh-CN)
IdentityModel.OidcClient
by: Dominick Baier Brock Allen
- 1.793k total downloads
- Latest version: 6.0.0
RFC8252 compliant and certified OpenID Connect and OAuth 2.0 client library for native applications
Hyak.Common
by: Microsoft
- 194 total downloads
- Latest version: 1.2.2
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
IdentityModel.AspNetCore.ScopeValidation
by: Dominick Baier Brock Allen
- 364 total downloads
- Latest version: 1.1.1
ASP.NET Core Middleware for validating scope claims
Humanizer.Core.zh-Hans
by: Claire Novotny Mehdi Khalili
- 986 total downloads
- Latest version: 3.0.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.uz-Latn-UZ
by: Claire Novotny Mehdi Khalili
- 901 total downloads
- Latest version: 3.0.1
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
IdentityServer4.AccessTokenValidation
by: Brock Allen Dominick Baier
- 1.866k total downloads
- Latest version: 3.0.1
ASP.NET Core authentication handler to validate JWT and reference tokens from IdentityServer4
ICSharpCode.Decompiler
by: ILSpy Contributors
- 2.755k total downloads
- Latest version: 10.0.0.8079-preview1
ICSharpCode.Decompiler is the decompiler engine used in ILSpy.
IdentityServer4.Storage
by: Brock Allen Dominick Baier
- 1.787k total downloads
- Latest version: 4.1.2
Storage interfaces and models for IdentityServer4
IdleScheduler
by: YeXiangQin
- 671 total downloads
- Latest version: 1.5.2.9
IdleScheduler 轻量定时任务调度,支持临时的延时任务和重复循环任务,可按秒,每天固定时间,每周固定时间,每月固定时间执行。
Iced
by: iced project and contributors <https://github.com/icedland>
- 1.486k total downloads
- Latest version: 1.21.0
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.
- 👍 Supports all Intel and AMD instructions
- 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed
- 👍 100% C# code
- 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- 👍 The decoder decodes >130 MB/s
- 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory
- 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)`
- 👍 The encoder can be used to re-encode decoded instructions at any address
- 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc
- 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- 👍 License: MIT
IdentityModel
by: Dominick Baier Brock Allen
- 5.589k total downloads
- Latest version: 7.0.0
OpenID Connect & OAuth 2.0 client library
IBMMQDotnetClient
by: IBM
- 2.064k total downloads
- Latest version: 9.4.4
IBM® MQ classes for .NET Standard
Humanizer.Core.zh-Hant
by: Claire Novotny Mehdi Khalili
- 1.017k total downloads
- Latest version: 3.0.1
Humanizer Locale Chinese (zh-Hant)
IdentityServer4
by: Brock Allen Dominick Baier
- 4.511k total downloads
- Latest version: 4.1.2
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
IdentityModel.AspNetCore.OAuth2Introspection
by: Dominick Baier Brock Allen
- 2.066k total downloads
- Latest version: 6.2.0
ASP.NET Core authentication handler for validating tokens using OAuth 2.0 introspection
Humanizer.Core.vi
by: Claire Novotny Mehdi Khalili
- 1.07k total downloads
- Latest version: 3.0.1
Humanizer Locale Vietnamese (vi)
Iconic.Zlib.Netstandard
by: https://github.com/HelloKitty
- 14.786k total downloads
- Latest version: 1.0.0
A .NETStandard port of Iconic.Zlib from DotNetZip project.
IdleBus
by: YeXiangQin
- 462 total downloads
- Latest version: 1.5.3
IdleBus 空闲对象管理容器,有效组织对象重复利用,自动创建、销毁,解决【实例】过多且长时间占用的问题。