public sealed class GitSourceContext : IMessage<GitSourceContext>, IEquatable<GitSourceContext>, IDeepCloneable<GitSourceContext>, IBufferMessage, IMessage
A GitSourceContext denotes a particular revision in a third party Git
repository (e.g., GitHub).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGitSourceContext\u003c/code\u003e class represents a specific revision within a Git repository, such as GitHub, allowing tracking of code origin.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring compatibility and deep cloning capabilities.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties for \u003ccode\u003eRevisionId\u003c/code\u003e (Git commit hash) and \u003ccode\u003eUrl\u003c/code\u003e (Git repository URL), enabling the identification of a particular version of code.\u003c/p\u003e\n"],["\u003cp\u003eThe current page contains documentation for version 2.4.0 and displays a list of documented versions ranging from 2.2.0 to the latest 3.7.0.\u003c/p\u003e\n"]]],[],null,[]]