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.
NuGet package
Add via NuGetForUnity (recommended for Unity), a <PackageReference> in your .csproj,
or the dotnet CLI. Click Install for the full instructions.
Microsoft.Bcl.AsyncInterfaces README
Rendered from GitHubUnity-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
- To have installed OpenUPM-CLI
- Unity Api Compatibility Level set to
.NET Standard 2.0 - 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
## 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
```
[](https://www.pkglnk.dev/pkg/unity-entityframeworkcore-3-1-25)Embed badge README snippet
[](https://www.pkglnk.dev/pkg/unity-entityframeworkcore-3-1-25) <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> https://www.pkglnk.dev/badge/unity-entityframeworkcore-3-1-25.svg Comments
No comments yet. Be the first!


Sign in to join the conversation
Sign In