Skip to content
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

dotnet compile - all artifacts dropped are +x #4360

Closed
blackdwarf opened this issue Oct 30, 2015 · 6 comments
Closed

dotnet compile - all artifacts dropped are +x #4360

blackdwarf opened this issue Oct 30, 2015 · 6 comments
Assignees
Labels
Milestone

Comments

@blackdwarf
Copy link

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.

@blackdwarf blackdwarf changed the title dotnet compile - all artifacts are executable dotnet compile - all artifacts dropped are +x Oct 31, 2015
@TheRealPiotrP
Copy link
Contributor

@agocke, does the compiler put the right flags on artifacts?

@agocke
Copy link
Member

agocke commented Nov 12, 2015

@piotrpMSFTAFAIK csc doesn't purposefully set any executable flags, so I'm uncertain as to which layer is responsible for this bug.

@davidfowl
Copy link
Member

It's probably not a bug anymore

@blackdwarf
Copy link
Author

Build latest from source to validate?

@TheRealPiotrP
Copy link
Contributor

@blackdwarf can you validate?

@blackdwarf
Copy link
Author

This still repros. The deps file is +X. However, since the core functions are still working, I will punt this to Feb milestone, since it is not a huge priority.

wli3 referenced this issue in wli3/cli Jul 14, 2017
Adding the registry keys for project selectors to enable dogfood
@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
@msftgits msftgits added this to the 1.0.0-rc2 milestone Jan 31, 2020
rainersigwald pushed a commit that referenced this issue Jul 20, 2020
…221.4 (#4360)

- Microsoft.NET.Sdk.Web - 3.1.200-preview.20121.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants