API v1 checking… · p50 — · 0 installs/hr
v0.1.0
NuGet
View on GitHub
IvanMurzak
New
3 0

Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. Commonly Used Types: System.IAsyncDisposable System.Collections.Generic.IAsyncEnumerable System.Collections.Generic.IAsyncEnumerator When using NuGet 3.x this package requires at least version 3.4.

Install via NuGet

NuGet package

Add via NuGetForUnity (recommended for Unity), a <PackageReference> in your .csproj, or the dotnet CLI. Click Install for the full instructions.

id Microsoft.Bcl.AsyncInterfaces
Targets .netframework4.6.1, .netcoreapp2.1, .netstandard2.0, .netstandard2.1 · Compatibility unknown · Updated Apr 28, 2026
Install 0
nuget.org

README

Rendered from GitHub

License Stand With Ukraine

Unity-EntityFrameworkCore 3.1.25 (.NET Standard 2.0)

⚠️ Deprecated - use Unity-EFCore-SQLite instead.

Pack of required DLLs to work with EntityFrameworkCore 3.1.25 in Unity 2020 or newer. This is not a wrapper, only native DLLs from NuGet, combined into single NPM package for ease install and usage. The version 3.1.25 is old, but it supported by Unity 2020. If you want to use EntityFrameworkCore 5.0.0 you have to use Unity 2021 or newer, this pack of DLLs won't work in that case. Need to use another one.

What is it?

EntityFrameworkCore is very powerful tool for working with data, such as saving ingame progress or any other data in SQL tables. EFCore provides ability to use Code First feature for avoiding SQL queries and work with C# classes, properties and LINQ. Supported migrations and many more cool stuff which you may read at official EF Core page

How to install

DLLs are splited to three dedicated packages, each one can be installed as UPM package using command line.

Required

  1. To have installed OpenUPM-CLI
  2. Unity Api Compatibility Level set to .NET Standard 2.0
  3. Install packages as listed below

Microsoft.EntityFrameworkCore 3.1.25 (.NET Standard 2.0)

openupm add microsoft.entityframeworkcore

Microsoft.EntityFrameworkCore.Proxies 3.1.25 (.NET Standard 2.0)

openupm add microsoft.entityframeworkcore.proxies

Microsoft.EntityFrameworkCore.SQLite 3.1.25 (.NET Standard 2.0)

openupm add microsoft.entityframeworkcore.sqlite
Versions 0

No versions tracked yet.

Dependencies 0

No dependencies.

Changelog 0 releases

No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **AsyncInterfaces** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unity-entityframeworkcore-3-1-25.git
```

[![pkglnk](https://www.pkglnk.dev/badge/unity-entityframeworkcore-3-1-25.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/unity-entityframeworkcore-3-1-25)
Embed badge README snippet
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/unity-entityframeworkcore-3-1-25.svg)](https://www.pkglnk.dev/pkg/unity-entityframeworkcore-3-1-25)
HTML
<a href="https://www.pkglnk.dev/pkg/unity-entityframeworkcore-3-1-25"><img src="https://www.pkglnk.dev/badge/unity-entityframeworkcore-3-1-25.svg" alt="pkglnk installs"></a>
URL
https://www.pkglnk.dev/badge/unity-entityframeworkcore-3-1-25.svg

Comments

No comments yet. Be the first!