1
0
Files
.profile/README.md

166 lines
6.0 KiB
Markdown
Raw Normal View History

2026-02-14 23:54:19 +01:00
<p align="center"><img src="assets/icon.png"/></p>
2026-04-12 22:38:35 +02:00
<h1 align="center">MSEssentials</h1>
2026-02-14 23:54:19 +01:00
<h3 align="center"><b>Set of helpers, class extensions, UI controls used in my other C# projects</b></h3>
2026-04-12 22:38:35 +02:00
<p align="center">MSEssentials is package of useful classes, helpers, extensions and UI controls, I use in my C# projects.</p>
2026-02-14 23:54:19 +01:00
---
## List of subpackages
<table>
<tr>
<th>
Subpackage
</th>
<th>
Description
</th>
<th>
Repository URL
</th>
<th>
NuGet registry status
</th>
</tr>
<tr>
<th>
2026-04-12 22:38:35 +02:00
MSEssentials.Extensions
2026-02-14 23:54:19 +01:00
</th>
<td>
Class extensions
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.Extensions"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://www.nuget.org/packages/MSEssentials.Extensions/"><img src="https://img.shields.io/nuget/v/MSEssentials.Extensions.svg?style=flat-square"></a>
2026-02-14 23:54:19 +01:00
</td>
</tr>
<tr>
<th>
2026-04-12 22:38:35 +02:00
MSEssentials.Attributes
2026-02-14 23:54:19 +01:00
</th>
<td>
2026-02-15 14:32:10 +01:00
Class, method and property attributes
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.Attributes"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://www.nuget.org/packages/MSEssentials.Attributes/"><img src="https://img.shields.io/nuget/v/MSEssentials.Attributes.svg?style=flat-square"></a>
2026-02-14 23:54:19 +01:00
</td>
</tr>
<tr>
<th>
2026-04-12 22:38:35 +02:00
MSEssentials.MVVM
2026-02-14 23:54:19 +01:00
</th>
<td>
2026-02-15 16:00:48 +01:00
MVVM architecture models and helper classes
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.MVVM"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://www.nuget.org/packages/MSEssentials.MVVM/"><img src="https://img.shields.io/nuget/v/MSEssentials.MVVM.svg?style=flat-square"></a>
2026-02-14 23:54:19 +01:00
</td>
</tr>
<tr>
<th>
2026-04-12 23:25:56 +02:00
MSEssentials.UI.Common.Converters
2026-02-14 23:54:19 +01:00
</th>
<td>
2026-04-12 23:25:56 +02:00
Base for UI framework-specific XAML converters
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 23:25:56 +02:00
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.Common.Converters"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 23:25:56 +02:00
<a href="https://www.nuget.org/packages/MSEssentials.UI.Common.Converters/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.Common.Converters.svg?style=flat-square"></a>
2026-02-14 23:54:19 +01:00
</td>
</tr>
<tr>
<th>
2026-04-12 22:38:35 +02:00
MSEssentials.UI.WinUI.Behaviors
2026-02-14 23:54:19 +01:00
</th>
<td>
2026-02-15 17:25:25 +01:00
XAML action triggers for WinUI applications
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Behaviors"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Behaviors/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Behaviors.svg?style=flat-square"></a>
2026-02-14 23:54:19 +01:00
</td>
</tr>
<tr>
<th>
2026-04-12 22:38:35 +02:00
MSEssentials.UI.WinUI.Converters
2026-02-14 23:54:19 +01:00
</th>
<td>
2026-02-15 18:22:21 +01:00
XAML value converters for WinUI applications
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Converters"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Converters/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Converters.svg?style=flat-square"></a>
2026-02-14 23:54:19 +01:00
</td>
</tr>
<tr>
<th>
2026-04-12 22:38:35 +02:00
MSEssentials.UI.WinUI.Controls
2026-02-14 23:54:19 +01:00
</th>
<td>
2026-02-15 18:57:55 +01:00
Custom UI controls for WinUI applications
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Controls"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Controls/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Controls.svg?style=flat-square"></a>
2026-02-14 23:54:19 +01:00
</td>
</tr>
<tr>
<th>
2026-04-12 22:38:35 +02:00
MSEssentials.UI.WinUI.Helpers
2026-02-14 23:54:19 +01:00
</th>
<td>
2026-02-15 18:42:04 +01:00
Helper classes for WinUI applications
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Helpers"><img src="https://img.shields.io/badge/repository-darkgreen?style=flat-square&logo=gitea"/></a>
2026-02-14 23:54:19 +01:00
</td>
<td>
2026-04-12 22:38:35 +02:00
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Helpers/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Helpers.svg?style=flat-square"></a>
2026-02-14 23:54:19 +01:00
</td>
</tr>
</table>
## Installation and usage
All subpackages can be download independently from official NuGet registry. You can also download .nupkg files from each repository Releases page.
2026-02-14 23:54:19 +01:00
**CLI:**
```
2026-04-12 22:38:35 +02:00
dotnet add package MSEssentials.<subpackage>
2026-02-14 23:54:19 +01:00
```
**Package reference in .csproj file:**
```
2026-04-12 22:38:35 +02:00
<PackageReference Include="MSEssentials.<subpackage>" Version="<version>" />
2026-02-14 23:54:19 +01:00
```
## Attribution and contribution
This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find licenses in each repository's LICENSE files.
However, the preferred way to contribute would be to propose improvements in a pull request, through issues, or through other means of communication.
**Other sources:**
- Icon by <a href="icons8.com">Icons8</a>