Meikel
Meikel
Getting 2 warnings when installing (via openupm) and every time Unity re-focuses: ``` A meta data file (.meta) exists but its asset 'Packages/com.svermeulen.extenject/OptionalExtras/TestFramework/Editor/AutoSubstitute/__MACOSX/AutoSubstitute/NSubstitute' can't be found. When moving or deleting...
@starikcetin looks good to me
Another issue I have related to UPM: I cannot use `moq.dll` right now. I'm using Unity `2019.3.1f1` and set the assembly overrides manually:  But I cannot use `moq` or...
I can confirm that this is not related to Extenject. Unity generates wrong `.csproj` files (?) My references land inside `MyProject.Items.csproj` instead of `MyProject.Items.Tests.csproj` -_-
@Mathijs-Bakker seems to be (another) internal bug in Unity. It's related to ```json "defineConstraints": [ "UNITY_INCLUDE_TESTS" ], ``` if this is not set the dll references work fine. I opened...
So apparently Moq.dll (which I want to use) is not supported in play mode (?). Do you know if this is something this package can fix or is it an...
> Is this issue still happening? > > /needinfo Still happening to me. What info do you need?
Additional note: This issue happened when installing the tool with net8 SDK which is not supported I know but the message is still confusing
I can confirm this behavior. Very annoying :(
From what I see: * the code breaks here https://github.com/hey-api/openapi-ts/blob/dcfad92d980a43265fb9ae6316a1c0903ed0b07c/packages/custom-client/src/client.ts#L80 * The error interceptor is called way later: https://github.com/hey-api/openapi-ts/blob/dcfad92d980a43265fb9ae6316a1c0903ed0b07c/packages/custom-client/src/client.ts#L150 * Looks like error is designed for response parsing errors not...