API Reference
Class
BenchmarkRemediationValue
Resolves an unambiguous portable remediation value for execution or export.
Inheritance
- Object
- BenchmarkRemediationValue
Methods
public static Nullable<JsonElement> Resolve(BenchmarkCheckDefinition check) #Returns:
Nullable<JsonElement>Returns the concrete requested JSON value, or null when remediation is ambiguous.
Parameters
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
ToNative 2 overloads
public static Object ToNative(JsonElement value) #Returns:
ObjectConverts a portable JSON value to a native value accepted by the ComputerX writers.
Parameters
- value System.Text.Json.JsonElement
public static Object ToNative(BenchmarkCheckDefinition check, JsonElement value) #Returns:
ObjectConverts remediation JSON using the typed check binding when native representation depends on it.
Parameters
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
- value System.Text.Json.JsonElement