Way.EntityDB 7.6.0

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

Way.EntityDB是一个基于EF Core的数据层框架,它取消了EF Core的Migration机制,取消了数据跟踪机制。
EntityDB内置建模工具,通过图形化建表,生成Model对象代码,并且它会把表结构的修改过程,全部记录下来,涵盖在Model代码里面,所以,在新的代码运行时,数据库也会自动更新到最新结构。

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  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 (2)

Showing the top 2 NuGet packages that depend on Way.EntityDB:

Package Downloads
DawnAdmin.Common

Package Description

Jack.CryptoCoin.Core

.net core版本的Jack.CryptoCoinJsonRpc

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Way.EntityDB:

Repository Stars
simpleway2016/JMS
Version Downloads Last Updated
7.6.0 102 1/16/2026
7.3.1 684 12/12/2024
7.3.0 186 12/12/2024
7.2.3 285 11/18/2024
7.2.2 272 11/18/2024
7.2.1 297 10/15/2024
7.2.0 198 10/15/2024
7.1.8 990 7/9/2024
7.1.7 233 7/9/2024
7.1.6 2,398 6/6/2024
7.1.5 660 6/5/2024
7.1.3 185 6/5/2024
7.1.2 1,146 5/21/2024
7.1.1 202 5/8/2024
7.1.0 237 4/3/2024
7.0.18 201 4/3/2024
7.0.17 299 11/27/2023
7.0.16 239 9/21/2023
7.0.15 246 9/21/2023
7.0.13 221 9/21/2023
Loading failed