peter-durrant's Stars
radxa-build/rock-5b
ROCK 5B
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
microsoft/fluentui
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
microsoft/sbom-tool
The SBOM tool is a highly scalable and enterprise ready tool to create SPDX 2.2 compatible SBOMs for any variety of artifacts.
microsoft/component-detection
Scans your project to determine what components you use
MudBlazor/MudBlazor
Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
AutoMapper/AutoMapper
A convention-based object-object mapper in .NET.
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
hyperium/tonic
A native gRPC client & server implementation with async/await support.
bloomrpc/bloomrpc
Former GUI client for gRPC services. No longer maintained.
mongodb/mongo-rust-driver
The official MongoDB Rust Driver
rusqlite/rusqlite
Ergonomic bindings to SQLite for Rust
diesel-rs/diesel
A safe, extensible ORM and Query Builder for Rust
actix/actix-web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
omar/ByteSize
ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
grpc/grpc-dotnet
gRPC for .NET
sbaeumlisberger/VirtualizingWrapPanel
Implementation of a comprehensive VirtualisingWrapPanel for WPF
oxyplot/oxyplot
A cross-platform plotting library for .NET
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
FantasticFiasco/mvvm-dialogs
Library simplifying the concept of opening dialogs from a view model when using MVVM in WPF
nunit/nunit
NUnit Framework
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
JoshClose/CsvHelper
Library to help reading and writing CSV files
litedb-org/LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file
IdentityServer/IdentityServer4
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
DapperLib/Dapper
Dapper - a simple object mapper for .Net
dotnet/coreclr
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.