简体   繁体   English

Microsoft发布的.NET源代码中包含哪些内容?

[英]What is included in the released .NET source code from Microsoft?

General question about what Microsoft has released and how to get the code. 关于Microsoft发布了什么以及如何获取代码的一般问题。

I've been looking for solid answers on exactly what source code Microsoft has released for the .NET open source or .NET CORE, as I believe they call it. 我一直在寻找关于微软已经为.NET开源或.NET CORE发布的源代码的确切答案,我相信他们称之为。

Specifically, I am acutely interested in the System.Windows namespace and the Dispatcher class therein. 具体来说,我对System.Windows命名空间和其中的Dispatcher类非常感兴趣。

Is there any official word from Microsoft in which they enumerate the various parts that have been and will be released? 是否有任何来自微软的官方消息,他们列举了已发布和将要发布的各个部分?

The official list of what has been released is the source itself! 已发布的官方列表是源本身!

https://github.com/dotnet/corefx/tree/master/src https://github.com/dotnet/corefx/tree/master/src

Looks like nothing for System.Windows. System.Windows看起来没什么。

There's also a list of what's coming , and there's nothing about System.Windows there either, so you may be out of luck, at least for the immediate future. 还有一个列表即将发生的事情,而且那里也没有System.Windows,所以你可能会失败,至少在不久的将来。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 来自微软的“十进制”源代码 - 它会构建吗? - 'Decimal' source code from Microsoft - will it build? 如何进入Microsoft的.NET框架源代码? - How can I step into Microsoft's .NET framework source code? 什么是一些带有源代码的大型.NET项目? - What are some large .NET projects with source code? 为什么Microsoft的新.NET代码不符合Microsoft StyleCop? - Why is new .NET code from Microsoft not Microsoft StyleCop compliant? 可以使用referencesource.microsoft.com的源代码重建程序集吗? - It is possible rebuild an Assembly with source code from referencesource.microsoft.com? 从相同的源代码构建的两个 .NET 可执行文件的反汇编有什么区别? - What are the differences in the disassembly of two .NET executables built from the same source code? .Net 5 发布后.Net Core 3 网站会发生什么? - What will happen to .Net Core 3 websites once .Net 5 is released? Ayende在Raccoon Blog源代码中引用的.NET中的Uri错是什么? - What is the Uri bug in .NET that Ayende refers to in the Raccoon Blog source code? .NET参考源代码中的四个破折号组是什么? - What are the groups of four dashes in the .NET reference source code? .net 4 源代码中的 FEATURE_PAL 编译器指令是什么意思 - What is FEATURE_PAL compiler directive means in .net 4 source code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM