Chiola.EntityFrameworkCore.Ase 9.0.2

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

EntityFrameworkCore.Ase

Proveedor de Entity Framework Core para SAP ASE (Adaptive Server Enterprise, ex-Sybase), escrito desde cero siguiendo la arquitectura relacional actual de EF Core (9.x).

Alcance

  • Motor objetivo: SAP ASE 16.x.
  • Framework: .NET 9 / EF Core 9 (Microsoft.EntityFrameworkCore.Relational).
  • Driver ADO.NET: AdoNetCore.AseClient (Apache-2.0, implementación pura en C# del protocolo TDS 5.0 — no depende de COM ni de librerías nativas de SAP, corre en Windows/Linux/Docker).

Estructura

EntityFrameworkCore.Ase/
├── src/EntityFrameworkCore.Ase/              # El provider
├── test/EntityFrameworkCore.Ase.Tests/       # Tests unitarios propios
├── test/EntityFrameworkCore.Ase.FunctionalTests/  # Specification tests de EF Core
├── DECISIONS.md                               # Decisiones de diseño, fase por fase
└── EntityFrameworkCore.Ase.sln

Estado

Fases 0 a 8 completas (investigación/setup, DI, conexión, type mapping, queries, migraciones, metadata/annotations, scaffolding, naming del paquete NuGet — publicado como Chiola.EntityFrameworkCore.Ase). En Fase 9 (Specification Test Suite de EF Core), la fase final. Ver DECISIONS.md para el detalle de cada fase y CLAUDE.md para el plan completo.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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

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
9.0.2 125 8/4/2026
9.0.1 107 7/31/2026
9.0.0 96 7/31/2026
0.1.8 102 7/31/2026
0.1.7 102 7/31/2026
0.1.5 108 7/4/2026
0.1.4 109 7/4/2026
0.1.3 105 7/4/2026
0.1.2 108 7/4/2026
0.1.1 110 7/3/2026
0.1.0 109 7/3/2026