You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Set methods for the builder return a type of Base rather than the inheriting class preventing use in the fluent builder pattern. The following setter is an example.
The Set methods for the builder return a type of Base rather than the inheriting class preventing use in the fluent builder pattern. The following setter is an example.
device-detection-dotnet/FiftyOne.DeviceDetection.Hash.Engine.OnPremise/FlowElements/DeviceDetectionHashEngineBuilderBase.cs
Line 140 in be5134a
The inheriting class needs to override these Set methods to return the implemented builder type.
The text was updated successfully, but these errors were encountered: