.net standard

.Net Standard

.NET Standard只是标准,不是实现

验证:

1 建. NET Standard类库项目,确认版本是:2.0,建一个类方法中打印typeof (FileStream). Assembly. Location。

 

 .net standard

 

 .net standard

 

 .net standard

2 分别建.NET Framework和.NET Core的控制台项目,添加对类库项目引用,并且调用。

framework

.net standard

 

 .net standard

net core

.net standard

 

 .net standard

 

 .net standard

 

 .net standard

3 用反编译工具ILSpy(尽管开源)分别反编译VS中FileStream、. NET Framework和.NETCore运行中的。BeginRead方法实现以及定义有不同

C:\Users\zxc.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll (.netStandard

.net standard

 

C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.9\System.Private.CoreLib.dll(.net core)

.net standard

C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll(.net framework)

.net standard

4如果framework 和core 同时引用一个类库请使用.net standard

.net standard

 

 本文来自跟杨中科老师授课笔记

 

.net standard

上一篇:.NET core下的MEF


下一篇:Flume(http://flume.apache.org/)