makeITeasy.AppFramework.Core 1.2.3

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

Core module for makeITeasy.Appframework

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.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on makeITeasy.AppFramework.Core:

Package Downloads
makeITeasy.AppFramework.Infrastructure

Infrastructure module for makeITeasy.Appframework

makeITeasy.AppFramework.Infrastructure.EF6

Infrastructure module for makeITeasy.Appframework for Entity Framework 6

makeITeasy.AppFramework.Infrastructure.EF7

Infrastructure module for makeITeasy.Appframework for Entity Framework 7

makeITeasy.AppFramework.Infrastructure.EF8

Infrastructure module for makeITeasy.Appframework for Entity Framework 8

makeITeasy.AppFramework.Infrastructure.EF9

Infrastructure module for makeITeasy.Appframework for Entity Framework 9

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.3 182 1/1/2025
1.2.2 679 2/28/2023
1.2.1 1,312 10/20/2022
1.2.0 505 8/31/2022
1.1.14 878 8/20/2022
1.1.13 949 8/6/2022
1.1.12 919 7/30/2022
1.1.11-beta01 279 6/11/2022
1.1.10 1,902 1/16/2022
1.1.10-beta01 315 1/14/2022
1.1.9 802 7/26/2021
1.1.8 942 6/3/2021
1.1.7 613 4/22/2021
1.1.6 391 4/22/2021
1.1.5 631 3/28/2021
1.1.2 786 2/26/2021
1.1.1 558 2/4/2021
1.1.0 565 1/10/2021
1.0.4 471 12/31/2020
1.0.3 483 12/17/2020
1.0.2 488 12/12/2020
1.0.2-b1 344 12/12/2020
1.0.1 537 11/28/2020

1.2.3 : Dependencies update
1.2.2 : Dependencies update
1.2.1 : clean code
1.2.0 : Remove AutofacValidatorFactory.
1.1.14 : Add ListAllAsync to services
1.1.13 : Add GenericFindUniqueCommand*
1.1.12 : BaseEntityService methods are now all virtual
1.1.11 : Update packages dependencies
1.1.1 : Add IsolationLevel to query
1.1.0 : Add new package makeITeasy.AppFramework.Infrastructure
1.0.2 : Remove unwanted EF Core dependencies