IdentityModel.OidcClient
by: Dominick Baier Brock Allen
- 366 total downloads
- Latest version: 3.1.2
RFC8252 compliant and certified OpenID Connect and OAuth 2.0 client library for native applications
Hocon
by: Akka.NET Team
- 8.945k total downloads
- Latest version: 2.0.4
HOCON (Human-Optimized Config Object Notation) core API implementation. For full access inside your application, install the Hocon.Configuration package.
IdentityModel.AspNetCore.ScopeValidation
by: Dominick Baier Brock Allen
- 676 total downloads
- Latest version: 1.1.1
ASP.NET Core Middleware for validating scope claims
IdentityModel.AspNetCore
by: Dominick Baier Brock Allen
- 5 total downloads
- Latest version: 4.0.0
OpenID Connect & OAuth 2.0 client library for ASP.NET Core
IdentityServer4.AccessTokenValidation
by: Brock Allen Dominick Baier
- 6.645k total downloads
- Latest version: 3.0.1
ASP.NET Core authentication handler to validate JWT and reference tokens from IdentityServer4
IdentityServer4.Storage
by: Brock Allen Dominick Baier
- 893 total downloads
- Latest version: 4.1.2
Storage interfaces and models for IdentityServer4
IdentityServer4.EntityFramework.Storage
by: Brock Allen Dominick Baier Scott Brady
- 843 total downloads
- Latest version: 4.1.2
EntityFramework persistence layer for IdentityServer4
Iced
by: iced project and contributors <https://github.com/icedland>
- 480 total downloads
- Latest version: 1.17.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 is 2x+ faster than other similar libraries and doesn't allocate any memory
- 👍 Small decoded instructions, only 32 bytes
- 👍 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
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 9.855k total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
IdentityModel
by: Dominick Baier Brock Allen
- 9.138k total downloads
- Latest version: 6.0.0
OpenID Connect & OAuth 2.0 client library
Irony.NetCore
by: daxnet
- 85 total downloads
- Latest version: 1.0.11
Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
IdentityServer4.EntityFramework
by: Brock Allen Dominick Baier Scott Brady
- 1.031k total downloads
- Latest version: 4.1.2
EntityFramework persistence layer for IdentityServer4
Haukcode.DinkToPdf
by: rdvojmoc HakanL
- 21 total downloads
- Latest version: 1.1.2
.NET Core P/Invoke wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
Hocon.Extensions.Configuration
by: Akka.NET Team
- 9.182k total downloads
- Latest version: 2.0.4
HOCON (Human-Optimized Config Object Notation) support for Microsoft.Extensions.Configuration.
IdentityServer4
by: Brock Allen Dominick Baier
- 1.049k total downloads
- Latest version: 4.1.2
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
ISO3166
by: Jørn Schou-Rode
- 300 total downloads
- Latest version: 1.0.4
ISO 3166-1 is part of the ISO 3166 standard published by the International Organization for Standardization (ISO), and defines codes for the names of countries, dependent territories, and special areas of geographical interest.
This package provides a list of countries including their official English name as well as their ISO 3166 defined two-letter, three-letter and three-digit country codes. The list is accessible for any .NET language via the static field ISO3166.Country.List.
Last check against the official ISO 3166 as on https://www.iso.org/obp/ui/#search: 8th January 2020.
Hocon.Configuration
by: Akka.NET Team
- 6 total downloads
- Latest version: 2.0.3
HOCON (Human-Optimized Config Object Notation) parser and application-ready implementation.
IdentityModel.AspNetCore.OAuth2Introspection
by: Dominick Baier Brock Allen
- 6.563k total downloads
- Latest version: 4.0.1
ASP.NET Core authentication handler for validating tokens using OAuth 2.0 introspection
JetBrains.Annotations
by: JetBrains
- 6 total downloads
- Latest version: 2022.1.0
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
IdentityServer4.AspNetIdentity
by: Brock Allen Dominick Baier
- 1.075k total downloads
- Latest version: 4.1.2
ASP.NET Core Identity Integration for IdentityServer4