RefinityConversion 0.0.6-alpha.0.16
dotnet add package RefinityConversion --version 0.0.6-alpha.0.16
NuGet\Install-Package RefinityConversion -Version 0.0.6-alpha.0.16
<PackageReference Include="RefinityConversion" Version="0.0.6-alpha.0.16" />
paket add RefinityConversion --version 0.0.6-alpha.0.16
#r "nuget: RefinityConversion, 0.0.6-alpha.0.16"
// Install RefinityConversion as a Cake Addin #addin nuget:?package=RefinityConversion&version=0.0.6-alpha.0.16&prerelease // Install RefinityConversion as a Cake Tool #tool nuget:?package=RefinityConversion&version=0.0.6-alpha.0.16&prerelease
Refinity
Welcome to Refinity, a comprehensive C# library designed to boost developer productivity. Our library is packed with a wide range of extension methods, each crafted to streamline your coding experience and enhance your projects.
Features
- Wide Range of Extension Methods: Covering various aspects of C# programming to make your code more efficient and readable.
- Easy Integration: Seamlessly integrates with existing C# projects, requiring minimal setup.
- High-Quality Code: Written with best practices in mind, ensuring reliability and performance.
- Regular Updates: Continuously evolving with new methods and improvements based on community feedback.
Installation
To use Refinity in your project, follow these steps:
Add the Refinity package to your project via NuGet:
dotnet add package Refinity
Import the library in your C# files:
Usage
Refinity is designed to be intuitive. Here’s a quick example of how you can use one of the extension methods:
Math
using Refinity.Math;
int a = 10;
a.Fibonacci(); // 55
Finance
using Refinity.Math;
using Refinity.Finance;
double start = 1020.0;
double end = 1000.0;
double difference = start.DifferencePercentage(end); // 2
string diffString = difference.ToStringPercentage(); // "2,00%"
License
Refinity is released under the MIT License. See the LICENSE file for more details.
Contact
For support or queries, reach out to us on this GitHub Repository!
Refinity is more than just a library; it’s a tool to empower developers to write better, more efficient code. Join us in making the C# world a more productive place!
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 was computed. 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
- Newtonsoft.Json (>= 13.0.3)
- RefinityEnums (>= 0.0.6-alpha.0.16)
- RefinityStrings (>= 0.0.6-alpha.0.16)
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
- RefinityEnums (>= 0.0.6-alpha.0.16)
- RefinityStrings (>= 0.0.6-alpha.0.16)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RefinityConversion:
Package | Downloads |
---|---|
Refinity
A robust C# library designed to supercharge developer productivity! |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|