James Smith
James Smith
2.9.22 is able to decompile the code, but 2.10.12 throws an exception ``` com.googlecode.d2j.DexException: fail convert code for Landroidx/constraintlayout/solver/widgets/ConstraintWidget;.applyConstraints(Landroidx/constraintlayout/solver/LinearSystem;ZZZZLandroidx/constraintlayout/solver/SolverVariable;Landroidx/constraintlayout/solver/SolverVariable;Landroidx/constraintlayout/solver/widgets/ConstraintWidget$DimensionBehaviour;ZLandroidx/constraintlayout/solver/widgets/ConstraintAnchor;Landroidx/constraintlayout/solver/widgets/ConstraintAnchor;IIIIFZZZZZIIIIFZ)V at com.googlecode.d2j.dex.ExDex2Asm.convertCode(Unknown Source) at com.googlecode.d2j.dex.Dex2jar$2.convertCode(Unknown Source) at com.googlecode.d2j.dex.Dex2Asm.convertMethod(Unknown Source) at com.googlecode.d2j.dex.Dex2Asm.convertClass(Unknown...
On .NET Core (I've tested 2.0 and 2.1) calling `DeserializeToResponseAsync` on `MessageContentHttpMessageSerializer` will crash with certain http responses. (google.com being one of them) I've tested this on 4.7.1 and the...
I'm seeing a lot of `WebSocketException` being thrown after OnClose is called. Since it's after the connection has been closed it doesn't seem to be affecting the functionality of the...