Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

[BUG] Can't use on Mac M1 #108

Open
1 of 4 tasks
vanderke opened this issue Nov 11, 2022 · 0 comments
Open
1 of 4 tasks

[BUG] Can't use on Mac M1 #108

vanderke opened this issue Nov 11, 2022 · 0 comments
Labels

Comments

@vanderke
Copy link

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

  • 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 vanderke added the bug label Nov 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant