An open API service indexing awesome lists of open source software.

https://github.com/mrploch/ploch-common

.NET Common Utility Libraries
https://github.com/mrploch/ploch-common

common-library dotnet dotnet-core extension-methods tdd utility-library

Last synced: 10 months ago
JSON representation

.NET Common Utility Libraries

Awesome Lists containing this project

README

          

[![Build, Test and Analyze .NET](https://github.com/mrploch/ploch-common/actions/workflows/build-dotnet.yml/badge.svg)](https://github.com/mrploch/ploch-common/actions/workflows/build-dotnet.yml)
[![pages-build-deployment](https://github.com/mrploch/ploch-common/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/mrploch/ploch-common/actions/workflows/pages/pages-build-deployment)
[![Qodana](https://github.com/mrploch/ploch-common/actions/workflows/code_quality.yml/badge.svg)](https://github.com/mrploch/ploch-common/actions/workflows/code_quality.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mrploch_ploch-common&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=mrploch_ploch-common)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=mrploch_ploch-common&metric=coverage)](https://sonarcloud.io/summary/new_code?id=mrploch_ploch-common)

# Ploch Common Utilities

## Overview

This repository is a collection of miscellaneous utility libraries for .NET.
I basically add anything that I used more than once, and that I think might be useful to others :)

## Projects and Packages

The repository consists of the following main projects:

- [Ploch.Common](./src/Common/README.md)
- Ploch.Common.DawnGuard
- Ploch.Common.DependencyInjection
- Ploch.Serialization
- Ploch.Common.WebUI
- Ploch.TestingSupport
- Ploch.TestingSupport.FluentAssertions
- Ploch.TestingSupport.Xunit