PeyrSharp.Extensions
2.1.0.2312
dotnet add package PeyrSharp.Extensions --version 2.1.0.2312
NuGet\Install-Package PeyrSharp.Extensions -Version 2.1.0.2312
<PackageReference Include="PeyrSharp.Extensions" Version="2.1.0.2312" />
paket add PeyrSharp.Extensions --version 2.1.0.2312
#r "nuget: PeyrSharp.Extensions, 2.1.0.2312"
// Install PeyrSharp.Extensions as a Cake Addin #addin nuget:?package=PeyrSharp.Extensions&version=2.1.0.2312 // Install PeyrSharp.Extensions as a Cake Tool #tool nuget:?package=PeyrSharp.Extensions&version=2.1.0.2312
PeyrSharp
A C# library designed to make developers' job easier.
View documentation » · Report Bug · Request Feature
Introduction
The roots
In March 2020, we published LeoCorpLibrary, which was also a C# library that contains useful methods. When we started the development of it, we didn't know where the project will go yet. Over the releases, we've added more and more methods and new features. However, the meaning and the purpose of LeoCorpLibrary was becoming less clear for everyone; it was becoming a mess. This is why we decided to rather not release v5, but instead, we decided to make a brand new .NET Library, PeyrSharp.
Our next product
PeyrSharp is a C# written library designed to make developers' life easier. We've all written code that we wish we hadn't. PeyrSharp is here to respond to this need; by implementing useful methods in various domains: Mathematics, Web/HTTP requests, unit converters, extensions, environment-related operations, and more!
Modules
PeyrSharp is divided in multiple packages:
PeyrSharp, the main package, that contains all of the followings:
PeyrSharp.Core, the basic methods and features of C#
- Maths
- Password
- Guid
- Converters
- Internet
- Crypt
- XmlHelper
- JsonHelper
- StatusInfo
PeyrSharp.Env, methods related to the file system and to the current execution environment.
- FileSys
- Logger
- System
- Update
- UwpApp
PeyrSharp.Enums, all enumerations used by PeyrSharp
- WindowsVersion
- TimeUnits
- SystemThemes
- OperatingSystems
- StorageUnits
- ControlAlignment
- PasswordPresets
- PasswordStrength
PeyrSharp.Exceptions, all exceptions used by PeyrSharp
- RGBInvalidValueException
- HEXInvalidValueException
- InvalidGuidLengthException
PeyrSharp.Extensions, extension methods, that extends basic types, such as string
, int
, double
or arrays (T[]
).
- String
- Int
- Double
- Array (
T[]
)
PeyrSharp.UiHelpers, methods related to Windows Forms or to the Windows Presentation Framework (WPF).
- WinForms
- Screen
- WindowHelpers
- WindowInfo
- WPF
Compatibility
Platforms
Some modules of PeyrSharp are targeting features only available in specific operating systems. Thus, some packages aren't available on all platforms.
Package/Platform | Windows | macOS | Linux + others |
---|---|---|---|
Core | ✅ | ✅ | ✅ |
Env | ✅ | ⚠️ | ⚠️ |
Enums | ✅ | ✅ | ✅ |
Exceptions | ✅ | ✅ | ✅ |
Extensions | ✅ | ✅ | ✅ |
UiHelpers | ✅ | ❌ | ❌ |
Caption:
- ✅ Full Support
- ⚠️ Partial Support
- ❌ Unsupported platform
Frameworks
PeyrSharp is available in the following frameworks
- .NET 6
- .NET 7
- .NET 8
Note: .NET Framework, .NET Core and .NET 5 are not targeted by PeyrSharp, since they are no longer supported.
Documentation
Branches
There are two branches:
Name | Release | Description |
---|---|---|
main |
Stable versions | |
vNext |
Next version of PeyrSharp (unstable) |
Note: Other branches can also - of course - exists.
Contribute
Here's what you'll need to contribute to this project:
- Visual Studio 2022 with:
- .NET Desktop Development
- Git
- .NET
- .NET 6 (SDK + runtime)
- .NET 7 (SDK + runtime)
- .NET 8 (SDK + runtime)
- (optional) NuGet
Badge
![Using PeyrSharp](https://img.shields.io/badge/using-PeyrSharp-DD00FF?logo=nuget)
License
Project under the MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- PeyrSharp.Enums (>= 2.1.0.2312)
-
net7.0
- PeyrSharp.Enums (>= 2.1.0.2312)
-
net8.0
- PeyrSharp.Enums (>= 2.1.0.2312)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PeyrSharp.Extensions:
Package | Downloads |
---|---|
PeyrSharp
A C# library designed to make developers' job easier. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0.2312 | 289 | 12/3/2023 |
2.0.0.2311 | 317 | 11/18/2023 |
1.10.0.2310 | 279 | 9/30/2023 |
1.9.0.2309 | 223 | 8/31/2023 |
1.8.0.2308 | 362 | 7/29/2023 |
1.7.0.2307 | 295 | 6/30/2023 |
1.6.1.2305 | 245 | 6/5/2023 |
1.6.0.2305 | 244 | 5/7/2023 |
1.5.0.2304 | 393 | 4/2/2023 |
1.5.0.2304-rc1 | 151 | 4/2/2023 |
1.4.0.2303 | 362 | 3/5/2023 |
1.4.0.2303-rc1 | 195 | 3/5/2023 |
1.4.0.2303-pre1 | 201 | 3/4/2023 |
1.3.0.2302 | 433 | 2/5/2023 |
1.3.0.2302-rc1 | 193 | 2/5/2023 |
1.3.0.2302-pre1 | 201 | 2/4/2023 |
1.2.0.2301 | 492 | 1/8/2023 |
1.2.0.2301-rc1 | 222 | 1/8/2023 |
1.2.0.2301-pre1 | 209 | 1/7/2023 |
1.1.0.2212 | 573 | 12/4/2022 |
1.1.0.2212-rc1 | 197 | 12/4/2022 |
1.1.0.2212-pre1 | 180 | 12/3/2022 |
1.0.0.2211 | 606 | 11/3/2022 |
1.0.0.2211-pre5 | 212 | 11/2/2022 |