FuelSDK-CSharp icon indicating copy to clipboard operation
FuelSDK-CSharp copied to clipboard

[BUG] Can't use on Mac M1

Open vanderke opened this issue 1 year ago • 0 comments

Describe the bug I can't use the library on my Mac M1 because the M1 isn't an Intel chip, and therefore any .NET core apps prior to .NET 6.0 don't work on my machine.

To Reproduce Try to load up a project with this library in it with having only .NET 6.0 installed. It won't load.

Expected behavior I need to be able to load up a project that runs .NET 6.0 or higher while using this library.

Screenshots n/a

Code snippet Create a project with .NET 6, reference this nuget package. It will substitute the reference for an earlier framework that doesn't work on the Mac M1 (or any other non-intel based processor).

Note: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (e.g. gif) is not sufficient.

Environment

  • SDK Version [e.g. 1.1.0]
  • .NET Framework version (.NET 6.0)

The bug has the severity

  • [X] Critical: The defect affects critical functionality or critical data. It does not have a workaround.
  • [ ] Major: The defect affects major functionality or major data. It has a workaround but is not obvious and is difficult.
  • [ ] Minor: The defect affects minor functionality or non-critical data. It has an easy workaround.
  • [ ] Trivial: The defect does not affect functionality or data. It does not even need a workaround. It does not impact productivity or efficiency. It is merely an inconvenience.

Additional context Add any other context about the problem here.

vanderke avatar Nov 11 '22 18:11 vanderke