issues
search
51Degrees
/
pipeline-dotnet
51Degrees Pipeline for .NET
Other
0
stars
2
forks
source link
Improve the safety of `PipelineCapabilities`
#68
Closed
drasmart
closed
11 months ago
drasmart
commented
11 months ago
Changes
Check
FlowData.Errors
before attempting to get its values.
Motivation
Avoid throwing
PropertyMissingException
when
FlowData
contains suppressed errors.
Changes
FlowData.Errors
before attempting to get its values.Motivation
PropertyMissingException
whenFlowData
contains suppressed errors.