coenm's Stars
public-apis/public-apis
A collective list of free APIs
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
DevToys-app/DevToys
A Swiss Army knife for developers.
bastienwirtz/homer
A very simple static homepage for your server.
sshnet/SSH.NET
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
dotnet-script/dotnet-script
Run C# scripts from the .NET CLI.
angularsen/UnitsNet
Makes life working with units of measurement just a little bit better.
reactivemarbles/DynamicData
Reactive collections based on Rx.Net
TheCodeTraveler/AsyncAwaitBestPractices
Extensions for System.Threading.Tasks.Task and System.Threading.Tasks.ValueTask
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.
meziantou/Meziantou.Analyzer
A Roslyn analyzer to enforce some good practices in C#.
dennisdoomen/CSharpGuidelines
A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
AndreyAkinshin/perfolizer
Performance analysis toolkit
pengweiqhca/Xunit.DependencyInjection
Use Microsoft.Extensions.DependencyInjection to resolve xUnit test cases.
Cysharp/NativeMemoryArray
Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequence, scatter/gather I/O, etc...).
adambajguz/Typin
Declarative framework for interactive CLI applications
dotnet/reproducible-builds
Contains the DotNet.ReproducibleBuilds package
Tyrrrz/Gress
Progress reporting toolbox
thomhurst/EnumerableAsyncProcessor
Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently
StephenCleary/Deque
Double-ended queue
burnshomeautomation/HomeAssistant-Config
Here is my current Home Assistant config. Hope this helps who needs it!!
mattwhitfield/Unitverse
A unit test generation extension for Visual Studio that aims to always produce code that compiles - covering the basic cases automatically and preparing as much as it can for the complex cases.
danielmarbach/async-dolls
danielmarbach/Async.Netcore
manuelroemer/Files
A modern, immutable, async-first, DI-friendly abstraction of hierarchical file systems with a consistent and developer friendly API that allows seamless switching between multiple underlying file system manifestations, while also fixing and hiding the flaws and inconsistencies of the wrapped APIs.
nventive/HttpRecorder
.NET HttpClient integration tests made easy.
coenm/AsyncExifTool
AsyncExifTool is a high speed async wrapper for ExifTool using the -stay-open argument.
coenm/EasyTestFile
EasyTestFile is a library that simplifies the creation and usage of testfiles in unittests.
coenm/VersionedPdfGenerator
Saves MS word files as pdfs with additional DOCVARS (like git version information)
coenm/Xunit.EnumMemberData
EnumMemberData attribute to make it easy to write parameterized tests with enum values.