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
- Host: GitHub
- URL: https://github.com/davidecappe/codesculpt
- Owner: davideCappe
- License: mit
- Created: 2024-05-09T12:27:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T09:32:08.000Z (about 2 years ago)
- Last Synced: 2025-03-13T12:14:49.480Z (over 1 year ago)
- Topics: chsarp-library, csharp, csharp-code, desktop, netcore, visual-studio
- Language: C#
- Homepage:
- Size: 3.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeSculpt
[](https://github.com/davidecappe/CodeSculpt/actions/workflows/linter.yml)
[](https://github.com/davidecappe/CodeSculpt/actions/workflows/codeql.yml)
[](https://github.com/davidecappe/CodeSculpt/blob/master/LICENSE)
Collection of helper methods and classes
## Core library
[](https://www.nuget.org/packages/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
[](https://www.nuget.org/packages/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