FarNominal.Interface.Core.Models 1.0.9

dotnet add package FarNominal.Interface.Core.Models --version 1.0.9
                    
NuGet\Install-Package FarNominal.Interface.Core.Models -Version 1.0.9
                    
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="FarNominal.Interface.Core.Models" Version="1.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FarNominal.Interface.Core.Models" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="FarNominal.Interface.Core.Models" />
                    
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 FarNominal.Interface.Core.Models --version 1.0.9
                    
#r "nuget: FarNominal.Interface.Core.Models, 1.0.9"
                    
#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.
#:package FarNominal.Interface.Core.Models@1.0.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FarNominal.Interface.Core.Models&version=1.0.9
                    
Install as a Cake Addin
#tool nuget:?package=FarNominal.Interface.Core.Models&version=1.0.9
                    
Install as a Cake Tool

FarNominal.Interface.Core.Models

Data models, enumerations and constants that are shared by other FarNominal projects.

This project is a dependency of the following projects:

  • FarNominal.Interface.Core.Http
  • FarNominal.Interface.Core.Security
  • FarNominal.Interface.Core.Utility
  • FarNominal.Interface.Email

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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on FarNominal.Interface.Core.Models:

Package Downloads
FarNominal.Interface.Core.Utility

Interfaces to utility methods, e.g. strings, numberic formatting, dates and times.

FarNominal.Core.Tools

Utility classes that implement the building blocks of the FarNominal library.

FarNominal.Interface.Core.Http

Interfaces to the HTTP request services and proxy configuration.

FarNominal.Email.MailKit

Implementation of an email client service using MailKit.

FarNominal.Interface.Core.Security

Interfaces to identity token validation and management, and user authorisation claims.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.9 183 7/5/2025
1.0.8 238 2/25/2025
1.0.7 312 11/14/2024
1.0.6 322 10/5/2024
1.0.5 424 8/8/2024
1.0.4 557 5/16/2024
1.0.3 258 5/9/2024
1.0.2 499 4/1/2024

1.0.9 - Add interface to scoped object provider.
1.0.8 - Update copyright year.
1.0.7 - Add method to return obfuscated geographic coordinates.
1.0.6 - Set current timestamp on service result model.
1.0.5 - Add a new type to represent geographic coordinates.
1.0.4 - Insert 'milliseconds' value into time unit enum.
1.0.3 - Insert 'undefined' value into time unit enum.
1.0.2 - Initial revision, targetting .NET 8