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 call to transformer.Dispose() in TransformerExtensions.EndTransformAsync() may not be called in the case of an exception because it is not in a finally block.
The text was updated successfully, but these errors were encountered:
The call to
transformer.Dispose()
inTransformerExtensions.EndTransformAsync()
may not be called in the case of an exception because it is not in afinally
block.The text was updated successfully, but these errors were encountered: