Galosys.Foundation.OleDb
26.7.31.1
dotnet add package Galosys.Foundation.OleDb --version 26.7.31.1
NuGet\Install-Package Galosys.Foundation.OleDb -Version 26.7.31.1
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="Galosys.Foundation.OleDb" Version="26.7.31.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Galosys.Foundation.OleDb" Version="26.7.31.1" />
<PackageReference Include="Galosys.Foundation.OleDb" />
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 Galosys.Foundation.OleDb --version 26.7.31.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Galosys.Foundation.OleDb, 26.7.31.1"
#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 Galosys.Foundation.OleDb@26.7.31.1
#: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=Galosys.Foundation.OleDb&version=26.7.31.1
#tool nuget:?package=Galosys.Foundation.OleDb&version=26.7.31.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
⇒ 仅用于framework项目的集成,方便使用
成熟度: 🟡 可用 — OleDb COM 数据访问(Access/Excel,仅 Windows)
// appsettings.json
// "ConnectionStrings": { "OleDb": "provider=System.Data.OleDb;Provider=Microsoft.ACE.OLEDB.12.0;..." }
// 使用(由 AddDataSources() 自动注册)
var ds = sp.GetRequiredKeyedService<IDataSource>("OleDb");
await using var conn = ds.GetConnection();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
-
net10.0
- Galosys.Foundation.Core (>= 26.7.31.1)
- Galosys.Foundation.Data (>= 26.7.31.1)
- System.Data.OleDb (>= 8.0.0)
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 |
|---|---|---|
| 26.7.31.1 | 21 | 7/31/2026 |
| 26.7.30.1 | 54 | 7/30/2026 |
| 26.7.29.1 | 78 | 7/29/2026 |
| 26.7.28.1 | 85 | 7/28/2026 |
| 26.7.26.2 | 97 | 7/26/2026 |
| 26.7.26.1 | 93 | 7/25/2026 |
| 26.7.25.1 | 89 | 7/25/2026 |
| 26.7.24.2 | 87 | 7/24/2026 |
| 26.7.24.1 | 91 | 7/24/2026 |
| 26.7.22.1 | 95 | 7/23/2026 |
| 26.7.21.1 | 97 | 7/22/2026 |
| 26.7.20.2 | 83 | 7/20/2026 |
| 26.7.20.1 | 90 | 7/20/2026 |
| 26.7.19.3 | 77 | 7/19/2026 |
| 26.7.19.2 | 89 | 7/19/2026 |
| 26.7.19.1 | 91 | 7/19/2026 |
| 26.7.18.2 | 91 | 7/18/2026 |
| 26.7.18.1 | 87 | 7/18/2026 |
| 26.7.14.1 | 91 | 7/14/2026 |
| 26.7.13.1 | 92 | 7/13/2026 |
Loading failed