英文:
c# Difference between versions in documentation (.Net 7 vs .NET 8) ("diff")
问题
Microsoft提供了不同版本的DotNet Standard文档。我想知道是否有一种方法可以自动获取版本之间的差异/高亮显示,或者获取没有更改的信息。我这个问题更加一般性。我将自己复制并比较特定页面,但我想要一个按钮或类似“自.NET 1.1以来没有更新”的信息。
英文:
Microsoft provides different versions of ther documentation for the DotNet Standard. I'd like to know is there a way to get an automated diff / highlightling on what has changed between the versions? Or an info that nothing has changed.I'm asking this question more general. I will copy and diff this specific page myself but i'd like to have a button or some info like "no update since .Net 1.1"
Example Page: <https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/how-to?pivots=dotnet-8-0>
答案1
得分: 4
这都在GitHub上的Markdown中。点击“编辑此文档”按钮以跳转到GitHub上的.md文件。
您可以查看旧版本或切换到“责任”视图以查看当前文档中的每一行上次修改的时间。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论