Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove check in
dotnet_is_dotnet
that doesn't seem necessary.
This function was checking the first two bytes at the entrypoint of .NET files, if the bytes were not `FF 25` the file was not considered a .NET file. This check was overly restrictive, as some files like `8fa7fe73a65296e9ca8301734a0deaa298cda0b7a65f6b7d2ef6d1c8bbb8cd7a` don't have such files at the entrypoint.
- Loading branch information