Com.Moonlay.Models 1.1.0

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

Moonlay model standardization library

Product 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.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Com.Moonlay.Models:

Package Downloads
Com.Moonlay.EntityFrameworkCore

Moonlay EntityFrameworkCore

Com.Moonlay.NetCore.Lib

Moonlay NetCore standard library

Com.Moonlay.Data.EntityFrameworkCore

Standard library for EF Core repository

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 27,594 3/9/2018
1.0.4-alpha-1 1,228 3/7/2018
1.0.4-alpha 1,149 3/7/2018
1.0.3-alpha 1,160 3/7/2018
1.0.2-alpha 1,173 3/7/2018
1.0.1-alpha 1,204 3/7/2018
1.0.0-alpha-10122017-001 27,939 10/12/2017
1.0.0-alpha-10102017-020 1,212 10/11/2017
1.0.0-alpha-10102017-019 1,152 10/11/2017
1.0.0-alpha-10102017-018 1,009 10/10/2017
1.0.0-alpha-10102017-010 986 10/10/2017
1.0.0-alpha-10102017-009 991 10/10/2017
1.0.0-alpha-10102017-001 1,051 10/10/2017

1.1.0
- derive IActiveEntity, IAuditEntity, ISoftDeleteEntity from IEntity
- remove INameEntity

1.0.4-alpha-1
- update flagForCreate, flagForUpdate, flagForDelete method

1.0.4-alpha
- fix 1.0.3-alpha implementation

1.0.3-alpha
- introduce IEntity interface
- change IEntity definition from IEntity<TKey> to IEntity<out TKey>:IEntity

1.0.2-alpha
- target framework netstandard.2.0
- remove IValidatableObject on StandardEntity

1.0.1-alpha
- change IEntity generics
- remove underscores(_) from field name on interfaces
- change BaseEntity definition
- change StandardEntity definition
- implements IValidatableObject on StandardEntity