You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running dotnet compile, all of the artifacts that it drops in the bin/ directory (including, for instance, pdb file) are marked as executable (+x). This should not happen, only the actual binary should be executable.