Rene.Utils.Core
1.9.0
dotnet add package Rene.Utils.Core --version 1.9.0
NuGet\Install-Package Rene.Utils.Core -Version 1.9.0
<PackageReference Include="Rene.Utils.Core" Version="1.9.0" />
<PackageVersion Include="Rene.Utils.Core" Version="1.9.0" />
<PackageReference Include="Rene.Utils.Core" />
paket add Rene.Utils.Core --version 1.9.0
#r "nuget: Rene.Utils.Core, 1.9.0"
#:package Rene.Utils.Core@1.9.0
#addin nuget:?package=Rene.Utils.Core&version=1.9.0
#tool nuget:?package=Rene.Utils.Core&version=1.9.0
DotNet Rene.Utils
Rene.Utils is a set of useful utilities and extensions of recurrent usage
Builds
What is Rene.Utils?
Is a small library that complements .NET with useful helpers clases. I wrote a version of Rene.Utils with VB.NET (follies of youth) for .NET 2, 3.5,.. and mantein this version over the years. <b>This is a new project build from scratch and maintained in my freetime</b>
Important:
I use this project to practice, techniques of testing, CI/CD, manage a open source project and so on. For this reason new features in library could take time to be avaliable in main branch. I have while write test, docs ... You can get pre-relase version from nuget or alpha branch.
.NET Framework suport
DotNet Rene Utils is built using .net Standard 2.1 and supports the 4.0+ .NET Framework as well as .NET Core
.NET Core CLI Installation
- Open a command line and switch to the directory that contains your project file.
- Use the following command to install a Rene.Utils from Nuget repository:
dotnet add package Rene.Utils.Core [-pre] - After the command completes, look at the project file to make sure the package was installed.
You can open the
.csprojfile to see the added reference:<ItemGroup> <PackageReference Include="Rene.Utils.Core" Version="0.5.0" /> </ItemGroup>
Install a specific version
If the version is not specified, NuGet installs the latest version of the package. You can also use the dotnet add package command to install a specific version of a Nuget package:
dotnet add package Rene.Utils.Core --version 0.3.1-preview-16
.NET Full Framework Installation
- Ensure Nuget is avaliable or install it. Instructions to install NuGet.
- Install Rene.Utils from the package manager console:
PM> Install-Package Rene.Utils.Core
Release Notes
Coming soon
Version
Development
C#
Acknowledgements
Code of conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
License
DotNet Rene Utils is licensed under The MIT License (MIT), check the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Rene.Utils.Core:
| Package | Downloads |
|---|---|
|
Rene.Utils.Db
Rene.Utils.Db is a utility library for handling database operations using Entity Framework Core. It provides generic command handlers and unit of work implementations to simplify database interactions |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.9.0 | 355 | 11/16/2025 |
| 1.8.0 | 170 | 10/10/2025 |
| 1.7.2 | 205 | 10/7/2025 |
| 1.7.1 | 198 | 10/7/2025 |
| 1.7.0 | 203 | 10/7/2025 |
| 1.6.0 | 207 | 10/7/2025 |
| 1.5.0 | 336 | 9/19/2025 |
| 1.4.0 | 362 | 2/8/2025 |
| 1.3.0 | 558 | 2/29/2024 |
| 1.2.4 | 205 | 2/24/2024 |
| 1.2.2 | 212 | 2/22/2024 |
| 1.2.1 | 194 | 2/22/2024 |
| 1.2.0 | 266 | 2/6/2024 |
| 1.1.0 | 341 | 12/27/2023 |
| 1.0.0 | 673 | 9/12/2023 |
| 0.7.0 | 343 | 6/15/2023 |
| 0.6.1 | 447 | 4/22/2023 |
| 0.6.0 | 336 | 4/21/2023 |
| 0.5.0 | 487 | 12/21/2022 |
| 0.4.0.3 | 472 | 12/8/2022 |