Consider making Enum-based properties and parameters (like byteFabFactor.AssertionId) specify their target Enum type (like FactorAssertion). This could be shown in the docs, and allow the FabricSharpClient to have Enum-typed object properties and operation parameters.
Consider making Enum-based properties and parameters (like
byte
FabFactor.AssertionId
) specify their target Enum type (likeFactorAssertion
). This could be shown in the docs, and allow the FabricSharpClient to have Enum-typed object properties and operation parameters.