-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run dotnet-ilverify on Apple M1 #70508
Comments
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsDescriptionTrying to install the global tool The tool installs just fine, but results in a Reproduction StepsFrom the terminal
Installs successfully
Expected behaviorTo execute Actual behaviorFrom the terminal
Result
Regression?Installing the 5.0.0 version of From the terminal
Result
Known WorkaroundsNo response ConfigurationResults from
Other informationInspecting the two NuGet packages 5.0.0 versus 6.0.0 there is some difference in Contents of the file in the 5.0.0 package
Contents of the file in the 6.0.0 package
So the difference is that the 5.0.0 package targets
|
@TIHan Please triage this issue to decide milestone. |
Description
Trying to install the global tool
dotnet-ilverify
on a Mac with Apple M1.The tool installs just fine, but results in a
System.BadImageFormatException
when trying to execute.Reproduction Steps
From the terminal
Installs successfully
Expected behavior
To execute
ilverify
without any exceptionsActual behavior
From the terminal
Result
Regression?
Installing the 5.0.0 version of
dotnet-ilverify
works just fineFrom the terminal
Result
Known Workarounds
No response
Configuration
Results from
dotnet --info
Other information
Inspecting the two NuGet packages 5.0.0 versus 6.0.0 there is some difference in
ILVerify.runtimeconfig.json
Contents of the file in the 5.0.0 package
Contents of the file in the 6.0.0 package
So the difference is that the 5.0.0 package targets
netcoreapp3.1
while the 6.0.0 package targetsnet6.0
The text was updated successfully, but these errors were encountered: