Dapper 兼容性 .Net Core 3.1

Posted

技术标签:

【中文标题】Dapper 兼容性 .Net Core 3.1【英文标题】:Dapper Compatibility .Net Core 3.1 【发布时间】:2020-03-19 16:21:36 【问题描述】:

发行说明说 Dapper 与 .NET Standard 2.0 兼容。为什么它适用于 .Net Core 3.1?它从什么版本开始工作?

【问题讨论】:

您需要了解.NET Standard 是什么... 这能回答你的问题吗? What is the difference between .NET Core and .NET Standard Class Library project types? 【参考方案1】:

好的 - 我明白了。 .Net Standard 2.0 要求最低版本(.Net core 2.0)。因此 3.1 是兼容的。

感谢大卫!

【讨论】:

是的; .NET Core 3.1 实现了 .NET Standard 2.1,它是 .NET Standard 2.0 的超集,所以:一切正常

以上是关于Dapper 兼容性 .Net Core 3.1的主要内容,如果未能解决你的问题,请参考以下文章

Dapper.Contrib 开发.net core程序,兼容多种数据库

Azure Devops - 在 Nuget 包中从 .NET Core 3.1 迁移到 .NET 5 的兼容性问题

Dapper in .Net Core

NET Core 3.1 WinForms Designer 与 WPF 用户控件不兼容

Microsoft.ReportViewer.WinForms.V15 与 .NET Core 3.1 不兼容 - 如何在 WPF Core 中显示 RDLC?

.Net Core中Dapper的使用详解