jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
769 stars 36 forks source link

Mock server process is running as x86 even though Nightingale is running as ARM64 #140

Open dpaulino opened 4 years ago

dpaulino commented 4 years ago

Jeremy Sinclair pointed out to me that this is caused by .NET Framework processes not being able to run as arm64. I'll have to investigate using .net core instead of framework.