Commit b14c6b7
committed
docs: add comprehensive XML documentation to all GeneralUpdate.Core sources
Add Chinese XML documentation comments following Microsoft official guidelines
to all 57 source files across all modules:
- Bootstrap: GeneralUpdateBootstrap, AbstractBootstrap
- Strategy: IStrategy, AbstractStrategy, ClientUpdateStrategy,
UpgradeUpdateStrategy, WindowsStrategy, LinuxStrategy, MacStrategy,
OSSUpdateStrategy
- Pipeline: IMiddleware, PipelineBuilder, PipelineContext, HashMiddleware,
CompressMiddleware, PatchMiddleware, DiffPipeline, DiffPipelineBuilder,
DiffPipelineOptions
- Download: DefaultDownloadOrchestrator, HttpDownloadExecutor,
DefaultDownloadPipeline, DefaultRetryPolicy, DownloadPlanBuilder,
HttpDownloadSource, IDownloadSource, DownloadProgressReporter,
IUpdateReporter, IDownloadOrchestrator, IDownloadExecutor
- Configuration: Configinfo, GlobalConfigInfo, BaseConfigInfo,
ConfiginfoBuilder, ConfigurationMapper, UpdateOptions, ProcessInfo,
VersionInfo, UpdateOption, UpdateOptionValue
- FileSystem: StorageManager, DefaultBlackListMatcher, IBlackListMatcher,
FileTreeEnumerator, FileTree, FileNode, ComparisonResult,
FileTreeComparer, FileTreeDiffer, FileTreeSnapshot
- Event: EventManager, IUpdateEventListener, ExceptionEventArgs,
ProgressEventArgs
- Network: VersionService
- Silent: SilentPollOrchestrator
- Differential: ICleanMatcher, IDirtyMatcher, DefaultCleanMatcher,
DefaultDirtyMatcher
Each documented with <summary>, <remarks> (flow/logic), <param>,
<returns>, <exception>, <see cref> tags. Core methods include
numbered step-by-step flow descriptions.1 parent 8ce2d0d commit b14c6b7
57 files changed
Lines changed: 5597 additions & 706 deletions
File tree
- src/c#/GeneralUpdate.Core
- Bootstrap
- Configuration
- Differential
- Download
- Executors
- Orchestrators
- Pipeline
- Policy
- Progress
- Reporting
- Sources
- Event
- FileSystem
- FileTreeCore
- Network
- Pipeline
- Silent
- Strategy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 58 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 30 | + | |
| 31 | + | |
38 | 32 | | |
39 | 33 | | |
40 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
41 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
42 | 77 | | |
43 | 78 | | |
44 | 79 | | |
| |||
58 | 93 | | |
59 | 94 | | |
60 | 95 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
65 | 102 | | |
66 | 103 | | |
67 | 104 | | |
| |||
177 | 214 | | |
178 | 215 | | |
179 | 216 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
184 | 225 | | |
185 | 226 | | |
186 | 227 | | |
| |||
0 commit comments