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.
#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 153 1/1/2025
1.2.2 648 2/28/2023
1.2.1 1,283 10/20/2022
1.2.0 477 8/31/2022
1.1.14 851 8/20/2022
1.1.13 922 8/6/2022
1.1.12 892 7/30/2022
1.1.11-beta01 250 6/11/2022
1.1.10 1,873 1/16/2022
1.1.10-beta01 288 1/14/2022
1.1.9 773 7/26/2021
1.1.8 914 6/3/2021
1.1.7 585 4/22/2021
1.1.6 362 4/22/2021
1.1.5 602 3/28/2021
1.1.2 752 2/26/2021
1.1.1 524 2/4/2021
1.1.0 531 1/10/2021
1.0.4 438 12/31/2020
1.0.3 449 12/17/2020
1.0.2 454 12/12/2020
1.0.2-b1 311 12/12/2020
1.0.1 504 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