-
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
Update framework refencing #10502
Update framework refencing #10502
Conversation
@@ -127,20 +137,23 @@ let main argv = 0""" | |||
let mutable output = "" | |||
let mutable errors = "" | |||
let mutable cleanUp = true | |||
let projectDirectory = Path.Combine(Path.GetTempPath(), "CompilerAssert", Path.GetRandomFileName()) | |||
let pathToTemp = Path.GetFullPath(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "../../../../Temp")) |
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.
Why not resolve %TEMP%
?
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.
Not at all, I want us to pick up the global.json in the repo. %temp% is in the user directory, and so is nowhere near the repo
|
||
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" /> | ||
</Project> | ||
""" |
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.
Are you trying to prevent all directory crawling? If so, this file should just be an empty <Project />
element and a similarly emtpy Directory.Build.targets
should be present, too.
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.
That's actually good. Easier to clean up and find generated stuff if you need to debug. Thanks, Kevin.
* add check for system assemblies completion * add check for system assemblies completion * add check for system assemblies completion * merge issues * add FCS release definition links * Fix FSC nuget package dependencies. Use FSharp.Org tool Icon as package icon. (#10588) * src/fsharp/DotNetFrameworkDependencies.fs * System.Config * version * Update bframework refencing (#10502) * Fix release notes link * temp (#10506) Co-authored-by: Don Syme <[email protected]> Co-authored-by: Brett V. Forsgren <[email protected]>
* add check for system assemblies completion * add check for system assemblies completion * add check for system assemblies completion * merge issues * add FCS release definition links * Fix FSC nuget package dependencies. Use FSharp.Org tool Icon as package icon. (dotnet#10588) * src/fsharp/DotNetFrameworkDependencies.fs * System.Config * version * Update bframework refencing (dotnet#10502) * Fix release notes link * temp (dotnet#10506) Co-authored-by: Don Syme <[email protected]> Co-authored-by: Brett V. Forsgren <[email protected]>
This modifies compilerassert setup.