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

https://github.com/davidecappe/codesculpt

Collection of helper methods and classes
https://github.com/davidecappe/codesculpt

chsarp-library csharp csharp-code desktop netcore visual-studio

Last synced: 3 months ago
JSON representation

Collection of helper methods and classes

Awesome Lists containing this project

README

          

# CodeSculpt

[![Lint Code Base](https://github.com/davidecappe/CodeSculpt/actions/workflows/linter.yml/badge.svg)](https://github.com/davidecappe/CodeSculpt/actions/workflows/linter.yml)
[![CodeQL](https://github.com/davidecappe/CodeSculpt/actions/workflows/codeql.yml/badge.svg)](https://github.com/davidecappe/CodeSculpt/actions/workflows/codeql.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/davidecappe/CodeSculpt/blob/master/LICENSE)

Collection of helper methods and classes

## Core library

[![NuGet](https://img.shields.io/nuget/v/CodeSculpt.svg?style=flat-square)](https://www.nuget.org/packages/CodeSculpt)
[![Nuget](https://img.shields.io/nuget/dt/CodeSculpt)](https://www.nuget.org/packages/CodeSculpt)

**Installation**

The library is available on [NuGet](https://www.nuget.org/packages/CodeSculpt). Just search *CodeSculpt* in the **Package Manager GUI** or run the following command in the **Package Manager Console**:

Install-Package CodeSculpt

## Wpf helper library

[![NuGet](https://img.shields.io/nuget/v/CodeSculpt.Wpf.svg?style=flat-square)](https://www.nuget.org/packages/CodeSculpt.Wpf)
[![Nuget](https://img.shields.io/nuget/dt/CodeSculpt.Wpf)](https://www.nuget.org/packages/CodeSculpt.Wpf)

**Installation**

The library is available on [NuGet](https://www.nuget.org/packages/CodeSculpt.Wpf). Just search *CodeSculpt.Wpf* in the **Package Manager GUI** or run the following command in the **Package Manager Console**:

Install-Package CodeSculpt.Wpf