Infsoft.WPE.App.Utils 0.1.0-next02

Prefix Reserved
Suggested Alternatives

Infsoft.WPE.App.Extensions

Additional Details

Renamed package

This is a prerelease version of Infsoft.WPE.App.Utils.
dotnet add package Infsoft.WPE.App.Utils --version 0.1.0-next02
                    
NuGet\Install-Package Infsoft.WPE.App.Utils -Version 0.1.0-next02
                    
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="Infsoft.WPE.App.Utils" Version="0.1.0-next02" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Infsoft.WPE.App.Utils" Version="0.1.0-next02" />
                    
Directory.Packages.props
<PackageReference Include="Infsoft.WPE.App.Utils" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Infsoft.WPE.App.Utils --version 0.1.0-next02
                    
#r "nuget: Infsoft.WPE.App.Utils, 0.1.0-next02"
                    
#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.
#addin nuget:?package=Infsoft.WPE.App.Utils&version=0.1.0-next02&prerelease
                    
Install Infsoft.WPE.App.Utils as a Cake Addin
#tool nuget:?package=Infsoft.WPE.App.Utils&version=0.1.0-next02&prerelease
                    
Install Infsoft.WPE.App.Utils as a Cake Tool

Workplace Experience (WPE) Utility Library

This library contains utilities often used across the application like time conversions, color resolution and temperature conversion. All utilities are presented as extension methods.

Additionally, IWPELogger provides a uniform method to log messages and transactions. For testing locally, one can use the debug implementation LocalDebugLogger.

Availabilty

Allows parsing and merging of different availabilities.

Color

Converts HEX colors to RGB and matches the color enums with their respective HEX value.

DateTime

Allows conversion of timezones for timestamps and also creates unix based timestamps/ DateTime objects from these.

Strings

Allows for base64 en/decoding and creation of a UUID based on a string.

Temperature

Allows converting temperature based on culture information.

List

Allows manipulation of lists.

Product Compatible and additional computed target framework versions.
.NET 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.  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. 
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.