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
<PackageReference Include="Com.Moonlay.Models" Version="1.1.0" />
paket add Com.Moonlay.Models --version 1.1.0
#r "nuget: Com.Moonlay.Models, 1.1.0"
// Install Com.Moonlay.Models as a Cake Addin #addin nuget:?package=Com.Moonlay.Models&version=1.1.0 // Install Com.Moonlay.Models as a Cake Tool #tool nuget:?package=Com.Moonlay.Models&version=1.1.0
Moonlay model standardization library
Product | Versions 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. |
.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. |
-
.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.Data.EntityFrameworkCore
Standard library for EF Core repository |
|
Com.Moonlay.NetCore.Lib
Moonlay NetCore standard library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 25,581 | 3/9/2018 |
1.0.4-alpha-1 | 922 | 3/7/2018 |
1.0.4-alpha | 842 | 3/7/2018 |
1.0.3-alpha | 855 | 3/7/2018 |
1.0.2-alpha | 875 | 3/7/2018 |
1.0.1-alpha | 893 | 3/7/2018 |
1.0.0-alpha-10122017-001 | 25,574 | 10/12/2017 |
1.0.0-alpha-10102017-020 | 903 | 10/11/2017 |
1.0.0-alpha-10102017-019 | 841 | 10/11/2017 |
1.0.0-alpha-10102017-018 | 806 | 10/10/2017 |
1.0.0-alpha-10102017-010 | 782 | 10/10/2017 |
1.0.0-alpha-10102017-009 | 787 | 10/10/2017 |
1.0.0-alpha-10102017-001 | 840 | 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