-
Notifications
You must be signed in to change notification settings - Fork 789
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
Add support for --pathmap #5801
Conversation
Merge from upstream
cc @brettfo |
type PathMap = PathMap of Map<string, string> | ||
|
||
[<RequireQualifiedAccess>] | ||
module internal PathMap = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very clear model 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Tom - ideally we'd have a properly typed filesystem (so that this wasn't string -> string
), but alas
@@ -1,3 +1,3 @@ | |||
// #NoMT #CompilerOptions #Determinism | |||
//<Expects id="FS2026" status="error">Determinstic builds only support portable PDBs</Expects> | |||
//<Expects id="FS2026" status="error">Deterministic builds only support portable PDBs</Expects> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@brettfo @KevinRansom @dsyme can y'all take a look? |
Before merging, I’ll pull this up to master and add support for |
Superseded by #6609, closing this off. |
Superseded by #6609
Fixes #5213, #3812