devdeer.Libraries.Utilities
3.0.1
dotnet add package devdeer.Libraries.Utilities --version 3.0.1
NuGet\Install-Package devdeer.Libraries.Utilities -Version 3.0.1
<PackageReference Include="devdeer.Libraries.Utilities" Version="3.0.1" />
paket add devdeer.Libraries.Utilities --version 3.0.1
#r "nuget: devdeer.Libraries.Utilities, 3.0.1"
// Install devdeer.Libraries.Utilities as a Cake Addin #addin nuget:?package=devdeer.Libraries.Utilities&version=3.0.1 // Install devdeer.Libraries.Utilities as a Cake Tool #tool nuget:?package=devdeer.Libraries.Utilities&version=3.0.1
devdeer.Libraries.Utilities
Disclaimer
If you want to use this package you should be aware of some principles and practices we at DEVDEER use. So be aware that this is not backed by a public repository. The purpose here is to give out customers easy access to our logic. Nevertheless you are welcome to use this lib if it provides any advantages.
Summary
This package contains types which provide often needed functionallities for calculations, transformations and information retrieval.
The default namespace is devdeer.Libraries.Utilities
. Types are organized in sub-namespaces (see below).
About DEVDEER
DEVDEER is a company from Magdeburg, Germany which is specialized in consulting, project management and development. We are very focussed on Microsoft Azure as a platform to run our products and solutions in the cloud. So all of our backend components usually runs in this environment and is developed using .NET. In the frontend area we are using react and a huge bunch of packages to build our UIs.
You can find us online:
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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | 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.1
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on devdeer.Libraries.Utilities:
Package | Downloads |
---|---|
devdeer.Libraries.Abstractions
The abstractions provide basic functionallity like repositories and business logic components including their interfaces. |
|
devdeer.CoffeeCupApiAccess
A .NET library to gain access to the CoffeeCup API. |
|
devdeer.Libraries.Azure.BlobStorage
Provides conveniant access to Azure Blob Storage. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.1 | 40 | 2/14/2025 |
3.0.0 | 91 | 2/13/2025 |
2.4.1 | 536 | 1/5/2025 |
2.4.0 | 101 | 12/30/2024 |
2.3.2 | 941 | 12/11/2024 |
2.3.1 | 1,664 | 10/12/2024 |
2.3.0 | 354 | 10/3/2024 |
2.2.5 | 2,435 | 5/29/2024 |
2.2.4 | 150 | 5/29/2024 |
2.2.2 | 137 | 5/29/2024 |
2.2.0 | 141 | 5/29/2024 |
2.1.2 | 548 | 5/24/2024 |
2.1.1 | 2,721 | 2/18/2024 |
2.1.0 | 935 | 1/17/2024 |
2.0.0 | 796 | 12/10/2023 |
1.1.1 | 199 | 8/15/2023 |
1.1.0 | 171 | 8/15/2023 |
1.0.1 | 171 | 5/28/2023 |
1.0.0 | 164 | 5/28/2023 |
- BREAKING:
- CheckUtil renamed to ExpressionCheckHelper.
- ConversionUtil renamed to ConversionHelper.
- DateTimeUtil renamed to DateTimeHelper.
- FileUtils renamed to FileHelper.
- IniFileUtil renamed to IniFileHelper.
- SimpleGeographyUtil removed and methods moved to ConversionHelper.
- UnitConversionCalculator removed and methods moved to ConversionHelper.
- New NetworkHelper allows checking of port connectivity for TCP and UDP.
- New DataReaderExtensions provides extension methods for System.Data.DataReader.
- ExpressionHelper moved over from Abstractions.
- InjectionHelper and InjectedAttribute moved over from Abstractions.
- PredicateHelper added as a copy from Abstractions.PredicateBuilder.
- Visitor moved over from Abstractions.
- Logic of EnumerableExtensions merged in from Abstractions.
- QueryableExtensions and SortDirection moved over from Abstractions.
- TypeExtensions moved over from Abstractions.
- New StreamHelper with mime type resolver.