添加注释内容 #3
Open
添加注释内容 #3
Annotations
10 warnings
|
Build with dotnet:
src/LightWorkFlowManager/Workers/MessageWorker.cs#L112
Missing XML comment for publicly visible type or member 'MessageWorker<TInput, TOutput>.Success(TOutput)'
|
|
Build with dotnet:
src/LightWorkFlowManager/Workers/MessageWorker.cs#L109
Missing XML comment for publicly visible type or member 'MessageWorker<TInput, TOutput>.FailTask(WorkFlowErrorCode, bool)'
|
|
Build with dotnet:
src/LightWorkFlowManager/Workers/MessageWorker.cs#L96
Missing XML comment for publicly visible type or member 'MessageWorker<TInput, TOutput>.DoInnerAsync(TInput)'
|
|
Build with dotnet:
src/LightWorkFlowManager/Workers/MessageWorker.cs#L38
Missing XML comment for publicly visible type or member 'MessageWorker<TInput, TOutput>.DoAsync(TInput)'
|
|
Build with dotnet:
src/LightWorkFlowManager/Workers/MessageWorker.cs#L28
Missing XML comment for publicly visible type or member 'MessageWorker<TInput>.DoAsync(TInput)'
|
|
Build with dotnet:
src/LightWorkFlowManager/Workers/DelegateMessageWorker.cs#L81
Missing XML comment for publicly visible type or member 'DelegateMessageWorker<TInput, TOutput>.DoInnerAsync(TInput)'
|
|
Build with dotnet:
src/LightWorkFlowManager/Workers/DelegateMessageWorker.cs#L33
Missing XML comment for publicly visible type or member 'DelegateMessageWorker<TInput>.DoAsync(TInput)'
|
|
Build with dotnet:
src/LightWorkFlowManager/Monitors/Progress/ProgressCompositor.cs#L75
Missing XML comment for publicly visible type or member 'ProgressCompositor<T>.RegisterSubProgressCompositors(IReadOnlyList<SubProgressCompositorInfo>)'
|
|
Build with dotnet:
src/LightWorkFlowManager/Monitors/Progress/ProgressCompositor.cs#L72
Missing XML comment for publicly visible type or member 'ProgressCompositor<T>.RegisterSubProgressCompositors(params SubProgressCompositorInfo[])'
|
|
Build with dotnet:
src/LightWorkFlowManager/MessageWorkerManager.cs#L454
Missing XML comment for publicly visible type or member 'MessageWorkerManager.RecordWorkerError(IMessageWorker, WorkFlowErrorCode)'
|
Loading