Nuuvify.CommonPack.EF.Exceptions.Db2 2.0.0-preview.24032102

This is a prerelease version of Nuuvify.CommonPack.EF.Exceptions.Db2.
dotnet add package Nuuvify.CommonPack.EF.Exceptions.Db2 --version 2.0.0-preview.24032102
NuGet\Install-Package Nuuvify.CommonPack.EF.Exceptions.Db2 -Version 2.0.0-preview.24032102
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="Nuuvify.CommonPack.EF.Exceptions.Db2" Version="2.0.0-preview.24032102" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nuuvify.CommonPack.EF.Exceptions.Db2 --version 2.0.0-preview.24032102
#r "nuget: Nuuvify.CommonPack.EF.Exceptions.Db2, 2.0.0-preview.24032102"
#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.
// Install Nuuvify.CommonPack.EF.Exceptions.Db2 as a Cake Addin
#addin nuget:?package=Nuuvify.CommonPack.EF.Exceptions.Db2&version=2.0.0-preview.24032102&prerelease

// Install Nuuvify.CommonPack.EF.Exceptions.Db2 as a Cake Tool
#tool nuget:?package=Nuuvify.CommonPack.EF.Exceptions.Db2&version=2.0.0-preview.24032102&prerelease

IMPORTANTE: IBM DB2 até a versão 3.1.0.500 não é possivel usar SaveChangesAsync, pois causa exception ao fazer Add, apesar de funcionar com Update e Delete, dessa forma utilize SaveChanges (sincrono) em AppDbContext.cs

        public override async Task<int> SaveChangesAsync(CancellationToken cancellationToken = default)
        {

====>> var registries = SaveChanges();

            Debug.WriteLine($"SaveChanges executado com sucesso para {registries} registros, e {this.GetAggregatesChanges()} registros em entidades agregadas");

            return await Task.FromResult(registries);
        }

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-preview.24032102 63 3/21/2024
2.0.0-preview.24031501 59 3/15/2024
1.7.2 1,093 11/23/2023
1.7.2-preview.23112304 62 11/23/2023
1.7.1 553 11/7/2023
1.7.1-preview.23110605 51 11/7/2023
1.7.0 78 11/6/2023
1.7.0-preview.23102502 72 10/25/2023
1.6.2-preview.23100406 55 10/5/2023
1.6.2-preview.23100404 52 10/4/2023
1.6.1 1,424 7/12/2023
1.6.1-preview.23080204 75 8/3/2023
1.6.1-preview.23071208 74 7/12/2023
1.6.0 192 6/23/2023
1.6.0-preview.23071206 71 7/12/2023
1.6.0-preview.23062304 65 6/23/2023
1.6.0-preview.23061906 69 6/19/2023
1.5.0 297 4/14/2023
1.5.0-preview.23022802 88 3/1/2023
1.4.0 235 2/10/2023
1.4.0-preview.23021002 82 2/10/2023
1.3.2 384 1/10/2023
1.3.2-preview.23011008 98 1/10/2023
1.3.2-preview.22122623 108 12/27/2022
1.3.2-preview.22112903 89 11/29/2022
1.3.2-preview.22112802 96 11/29/2022
1.3.2-preview.22112503 90 11/25/2022
1.3.1 320 11/25/2022
1.3.1-preview.22112404 89 11/25/2022
1.3.0 304 11/24/2022
1.3.0-preview.22112302 95 11/23/2022
1.3.0-preview.22112203 90 11/23/2022
1.2.0 776 10/21/2022
1.2.0-preview.22101902 151 10/19/2022
1.1.0 422 9/1/2022
1.1.0-preview.22083104 85 9/1/2022
1.1.0-preview.22083102 90 8/31/2022
1.1.0-preview.22072003 269 7/20/2022
1.0.5 484 6/28/2022
1.0.5-preview.22062802 103 6/28/2022
1.0.4-preview.22062202 132 6/22/2022
1.0.3 411 6/20/2022
1.0.3-preview.22061502 101 6/15/2022
1.0.3-preview.22060102 119 6/1/2022
1.0.3-preview.22052702 162 5/27/2022
1.0.3-preview.22051801 132 5/18/2022
1.0.3-preview.22033004 256 3/31/2022
1.0.3-preview.22033002 111 3/30/2022
1.0.3-preview.22032902 109 3/30/2022
1.0.3-preview.22031108 122 3/11/2022
1.0.2 415 3/11/2022
1.0.1 406 3/10/2022
1.0.0-preview.22030702 109 3/7/2022
1.0.0-preview.22030206 110 3/2/2022
1.0.0-preview.22030205 110 3/2/2022

Populate Entries property of the exceptions