JetBrains.Lifetimes
by: JetBrains
- 136 total downloads
- Latest version: 2025.2.3
JetBrains Core library for graceful disposal, concurrency and reactive programming
JetBrains.RdFramework
by: JetBrains
- 112 total downloads
- Latest version: 2025.2.3
JetBrains Networking library for reactive distributed communication
JetBrains.Rider.PathLocator
by: JetBrains
- 22 total downloads
- Latest version: 1.0.11
The code, which locates Rider installations in the system.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 3 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
K4os.Compression.LZ4
by: Milosz Krajewski
- 11 total downloads
- Latest version: 1.2.16
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Legacy
by: Milosz Krajewski
- 12 total downloads
- Latest version: 1.2.16
Port of LZ4 compression algorithm for .NET
Lib.Harmony
by: Andreas Pardeike
- 9 total downloads
- Latest version: 2.4.2
A general non-destructive patch library for .NET and Mono modules.
Lib.Harmony.Ref
by: Andreas Pardeike
- 11 total downloads
- Latest version: 2.4.2
A general non-destructive patch library for .NET and Mono modules.
LibGit2Sharp.NativeBinaries
by: LibGit2Sharp contributors
- 217 total downloads
- Latest version: 2.0.323
Native binaries for LibGit2Sharp
LinqBridge
by: Atif Aziz
- 2 total downloads
- Latest version: 1.3.0
With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.
LiquidProjections
by: Dennis Doomen
- 15 total downloads
- Latest version: 3.2.0
Provides basic building blocks for creating asynchronous projectors that subscribe to an event store.
LiquidProjections.Abstractions
by: Dennis Doomen
- 12 total downloads
- Latest version: 3.1.0
Defines an abstraction for an event store that supports a transactionally consist group of events.
LiteDB
by: Maurício David
- 0 total downloads
- Latest version: 5.0.21
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile
Signed by signpath.io from repository 'https://github.com/mbdavid/LiteDB' commit '391cc9318c5be6e56cb71b3ce14b1ed9cb324763' (see contained AppVeyorSettings.json file for build settings).
log4net
by: The Apache Software Foundation
- 15 total downloads
- Latest version: 2.0.17
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
Makaretu.Dns
by: Richard Schneider
- 24 total downloads
- Latest version: 2.0.1
DNS data model with serializer/deserializer for the wire and master file format.
MessagePack
by: neuecc
- 50 total downloads
- Latest version: 1.9.11
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer
by: neuecc, aarnott
- 204 total downloads
- Latest version: 3.1.4
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
MicroPlumberd.Services.Cron.Ui
by: MicroPlumberd.Services.Cron.Ui
- 53 total downloads
- Latest version: 1.1.8
CQRS/EventSourcing made eXtreamly simple. Application-Layer: Command-Handlers, Command-Bus
MicroPlumberd.Services.Identity.Blazor
by: MicroPlumberd.Services.Identity.Blazor
- 0 total downloads
- Latest version: 1.1.2
Blazor components for MicroPlumberd.Services.Identity - User and Role management UI
MicroPlumberd.SourceGenerators
by: MicroPlumberd.SourceGenerators
- 410 total downloads
- Latest version: 1.1.8
CQRS/EventSourcing made eXtreamly simple. Code Generators.