MrBogomips's Stars
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
squidfunk/mkdocs-material
Documentation that simply works
mkdocs/mkdocs
Project documentation with Markdown.
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
vitejs/awesome-vite
⚡️ A curated list of awesome things related to Vite.js
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
AutoMapper/AutoMapper
A convention-based object-object mapper in .NET.
gui-cs/Terminal.Gui
Cross Platform Terminal UI toolkit for .NET
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
devlooped/moq
The most popular and friendly mocking framework for .NET
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 6 and newer.
commandlineparser/commandline
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
MapsterMapper/Mapster
A fast, fun and stimulating object to object Mapper
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
khellang/Scrutor
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
ardalis/ApiEndpoints
A project for supporting API Endpoints in ASP.NET Core web applications.
riok/mapperly
A .NET source generator for generating object mappings. No runtime reflection.
GitTools/GitVersion
From git log to SemVer in no time
FakeItEasy/FakeItEasy
The easy mocking library for .NET
Tyrrrz/CliFx
Class-first framework for building command-line interfaces
tomakita/Colorful.Console
Style your .NET console output!
ardalis/Result
A result abstraction that can be mapped to HTTP response codes if needed.
adamralph/minver
🏷 Minimalistic versioning using Git tags.
TinyMapper/TinyMapper
A quick object-object mapper for .NET
agileobjects/AgileMapper
A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. .NET 3.5+ and .NET Standard 1.0+.
fluentsprings/ExpressMapper
Mapping .Net types
KyleMcMaster/payroll-processor
A smorgasbord of modern .NET tech written with functional and asynchronous patterns
FastEndpoints/Documentation
Documentation website source code for FastEndpoints.