Nexus.Common 0.18.0

dotnet add package Nexus.Common --version 0.18.0
                    
NuGet\Install-Package Nexus.Common -Version 0.18.0
                    
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="Nexus.Common" Version="0.18.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nexus.Common" Version="0.18.0" />
                    
Directory.Packages.props
<PackageReference Include="Nexus.Common" />
                    
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 Nexus.Common --version 0.18.0
                    
#r "nuget: Nexus.Common, 0.18.0"
                    
#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 Nexus.Common@0.18.0
                    
#: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=Nexus.Common&version=0.18.0
                    
Install as a Cake Addin
#tool nuget:?package=Nexus.Common&version=0.18.0
                    
Install as a Cake Tool

Introduction

This library contains common interfaces/classes/contracts which can be used throughout the solution:

  • Abstractions
    • IAuditable
    • INexusEntity
  • Contracts
    • HttpResponseModel
  • Classes
    • NexusEntityBase
    • AuditableNexusEntityBase
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Nexus.Common:

Package Downloads
Nexus.Persistence

Package Description

Nexus.Telemetry

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.18.0 456 12/4/2023
0.18.0-preview3 224 12/1/2023
0.18.0-preview2 230 12/1/2023
0.18.0-preview1 223 11/28/2023
0.17.2 306 10/26/2023
0.17.1 289 10/25/2023
0.17.0 280 10/23/2023
0.16.0 271 10/22/2023
0.15.0 285 10/22/2023
0.14.0 283 10/22/2023
0.13.0 282 10/22/2023
0.12.0-preview7 230 10/12/2023
0.12.0-preview6 250 10/11/2023
0.12.0-preview5 209 10/11/2023
0.12.0-preview4 253 10/11/2023
0.12.0-preview3 245 10/11/2023
0.12.0-preview2 222 10/2/2023
0.11.0 273 9/20/2023
0.10.0 296 9/13/2023
0.9.0 268 9/13/2023
Loading failed