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
We're facing a crash in docker on MacOS M1 after the update to 10.0.0.
There is no exception if run in emulation mode (by forcing platform: 'linux/amd64').
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'OpenIdConnectServerMock, Version=0.8.2.0, Culture=neutral, PublicKeyToken=null'.
The text was updated successfully, but these errors were encountered:
Hi @khamza85 !
I've started to look into it. I'm interesting to add another E2E tests run on ARM machine. See #167 . Still WIP, unfortunately.
Hopefully, during the holidays I'll have more time to deal with that.
Sorry for inconvenience.
Hi @khamza85 ! I've started to look into it. I'm interesting to add another E2E tests run on ARM machine. See #167 . Still WIP, unfortunately. Hopefully, during the holidays I'll have more time to deal with that. Sorry for inconvenience.
Sure, no problem! Turns out v0.9.2 works on my Mac )
I think I found the issue.
The image is built using Linux Github runner. So the TARGETARCH is linux/amd64 and RUN dotnet restore -a $TARGETARCH command in Dockerfile installs amd dlls. So it doesn't work on Mac M1 where TARGETARCH is linux/arm64. I'm working on a fix for that.
Hello,
We're facing a crash in docker on MacOS M1 after the update to 10.0.0.
There is no exception if run in emulation mode (by forcing platform: 'linux/amd64').
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'OpenIdConnectServerMock, Version=0.8.2.0, Culture=neutral, PublicKeyToken=null'.
The text was updated successfully, but these errors were encountered: