Refinity 0.0.6-alpha.0.19

This is a prerelease version of Refinity.
dotnet add package Refinity --version 0.0.6-alpha.0.19
NuGet\Install-Package Refinity -Version 0.0.6-alpha.0.19
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Refinity" Version="0.0.6-alpha.0.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Refinity --version 0.0.6-alpha.0.19
#r "nuget: Refinity, 0.0.6-alpha.0.19"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Refinity as a Cake Addin
#addin nuget:?package=Refinity&version=0.0.6-alpha.0.19&prerelease

// Install Refinity as a Cake Tool
#tool nuget:?package=Refinity&version=0.0.6-alpha.0.19&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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.6-alpha.0.19 61 2/6/2024
0.0.5 132 1/13/2024
0.0.4 67 1/13/2024
0.0.3 82 1/11/2024
0.0.2 81 1/9/2024
0.0.1 90 1/8/2024