FarNominal.Interface.Core.Utility
                               
                            
                                1.1.1
                            
                        
                    dotnet add package FarNominal.Interface.Core.Utility --version 1.1.1
NuGet\Install-Package FarNominal.Interface.Core.Utility -Version 1.1.1
<PackageReference Include="FarNominal.Interface.Core.Utility" Version="1.1.1" />
<PackageVersion Include="FarNominal.Interface.Core.Utility" Version="1.1.1" />
<PackageReference Include="FarNominal.Interface.Core.Utility" />
paket add FarNominal.Interface.Core.Utility --version 1.1.1
#r "nuget: FarNominal.Interface.Core.Utility, 1.1.1"
#:package FarNominal.Interface.Core.Utility@1.1.1
#addin nuget:?package=FarNominal.Interface.Core.Utility&version=1.1.1
#tool nuget:?package=FarNominal.Interface.Core.Utility&version=1.1.1
FarNominal.Interface.Core.Utility
Interfaces to utility methods, e.g. strings, numeric formatting, dates and times.
This project is dependent on FarNominal.Interface.Core.Models.
| Product | Versions 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. 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. | 
- 
                                                    
net8.0
- FarNominal.Interface.Core.Models (>= 1.0.9)
 
 
NuGet packages (11)
Showing the top 5 NuGet packages that depend on FarNominal.Interface.Core.Utility:
| Package | Downloads | 
|---|---|
| 
                                                        
                                                            FarNominal.Core.Tools
                                                        
                                                         Utility classes that implement the building blocks of the FarNominal library.  | 
                                                    |
| 
                                                        
                                                            FarNominal.Identity.Keycloak
                                                        
                                                         Implementation of an OpenID Connect client API service using Keycloak.  | 
                                                    |
| 
                                                        
                                                            FarNominal.HAProxy.DataPlane.V1
                                                        
                                                         Registration with HAProxy load balancer using Data Plane API V1.  | 
                                                    |
| 
                                                        
                                                            FarNominal.Core.Security
                                                        
                                                         Implementation of user authorisation, claims and identity tokens.  | 
                                                    |
| 
                                                        
                                                            FarNominal.Messaging.Telstra.V3
                                                        
                                                         Implementation of a text messaging service using the Telstra Messaging API V3.  | 
                                                    
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.1.1 | 387 | 10/13/2025 | 
| 1.1.0 | 333 | 10/5/2025 | 
| 1.0.14 | 453 | 7/5/2025 | 
| 1.0.13 | 295 | 2/25/2025 | 
| 1.0.12 | 291 | 12/26/2024 | 
| 1.0.11 | 285 | 11/14/2024 | 
| 1.0.10 | 393 | 10/5/2024 | 
| 1.0.9 | 409 | 8/26/2024 | 
| 1.0.8 | 356 | 8/8/2024 | 
| 1.0.7 | 307 | 7/22/2024 | 
| 1.0.6 | 494 | 5/20/2024 | 
| 1.0.5 | 288 | 5/16/2024 | 
| 1.0.4 | 332 | 5/9/2024 | 
| 1.0.3 | 494 | 4/11/2024 | 
| 1.0.2 | 382 | 4/1/2024 | 
1.1.1 - Add extension methods to utility interface.
			1.1.0 - Update duration computation to return milliseconds.
			1.0.14 - Rebuild with updated interfaces.
			1.0.13 - Add date/time extension methods for Unix epoch conversions.
			1.0.12 - Add extensions for Unix epoch utility methods.
			1.0.11 - Rebuild with geographic coordinate obfuscation.
			1.0.10 - Rebuild with default timestamp for service result.
			1.0.9 - Add enum extension method to get attribute value.
			1.0.8 - Rebuild with type for geographic coordinates.
			1.0.7 - Allow key-value pair lookup to have leading and/or trailing whitespace.
			1.0.6 - Add method to fetch a value from a list of key-value pairs.
			1.0.5 - Rebuild with updated time unit enum.
			1.0.4 - Rebuild with updated time unit enum.
			1.0.3 - Add greater selection of string conversion methods.
			1.0.2 - Initial revision, targetting .NET 8