c#文档中版本差异(.Net 7 vs .NET 8)(“diff”)

huangapple go评论67阅读模式
英文:

c# Difference between versions in documentation (.Net 7 vs .NET 8) ("diff")

问题

Microsoft提供了不同版本的DotNet Standard文档。我想知道是否有一种方法可以自动获取版本之间的差异/高亮显示,或者获取没有更改的信息。我这个问题更加一般性。我将自己复制并比较特定页面,但我想要一个按钮或类似“自.NET 1.1以来没有更新”的信息。

示例页面:https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/how-to?pivots=dotnet-8-0

英文:

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文件。

c#文档中版本差异(.Net 7 vs .NET 8)(“diff”)

您可以查看旧版本或切换到“责任”视图以查看当前文档中的每一行上次修改的时间。

英文:

It's all in markdown on GitHub. Hit the "Edit this document" button to jump to the .md in GitHub.

c#文档中版本差异(.Net 7 vs .NET 8)(“diff”)

You can see older versions or switch to "Blame" view on the current doc to see when each current line was last touched.

huangapple
  • 本文由 发表于 2023年6月22日 04:26:47
  • 转载请务必保留本文链接:https://go.coder-hub.com/76526900.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定