-
Notifications
You must be signed in to change notification settings - Fork 123
Integrate dotnet/fsharp master from 419a4c71b (2019-05-03) to 25560f477 (2019-05-24) #903
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
Conversation
Remove copyright made redundant by dotnet/arcade#2635.
* Update dependencies from https://github.com/dotnet/arcade build 20190503.8 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19253.8 * Update dependencies from https://github.com/dotnet/arcade build 20190504.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19254.1 * Update dependencies from https://github.com/dotnet/arcade build 20190505.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19255.2
* Update dependencies from https://github.com/dotnet/arcade build 20190506.12 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19256.12 * Update dependencies from https://github.com/dotnet/arcade build 20190507.7 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19257.7
…508.5 (#6703) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19258.5
* Update dependencies from https://github.com/dotnet/arcade build 20190509.9 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19259.9 * Update dependencies from https://github.com/dotnet/arcade build 20190510.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19260.2
* Start the wire up * Redo using less memory * Add asserts * indent typo
* Update dependencies from https://github.com/dotnet/arcade build 20190511.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19261.1 * Update dependencies from https://github.com/dotnet/arcade build 20190512.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19262.1
* Trying to fix script performance * Changed cancellation strategy * Added back cancellationToken
* fix typo * fix typo
PRs are now handled by `azure-pipelines.yml`.
…513.3 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19263.3
…514.13 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19264.13
This changes our build to mark all of our .NET Core applications as rolling forward on major / minor versions of the .NET framework. Presently our tools ship inside both .NET Core 2 and 3 SDKs. This setting allows our tools to run unmodified in both settings.
* Allow targetting of preview FSharp.Core. Parameterize dsharp.core versions * Parameterise app.config generation * parameterize banner text * Do app.config right * fcs * fcs tests * add discriminator * Update FSharp.Compiler.Service.ProjectCrackerTool.fsproj * remove dead file
Primarily useful when testing build process changes.
* Update issue templates Differentiate between bug and feature requests. Also cleans up/updates the existing bug report template. * Update bug_report.md * Delete ISSUE_TEMPLATE.md
sqlclr, liveshare, and Just in time debugging aren't necessary
* Fix unused opens false positive for record fields * Add record check
@dsyme could I get you to sanity-check the changes in 0a29fbf specifically? The project files modified in that commit had duplicate references (for project refs and package refs to the newly-extracted MSBuild dependency nuget package) and I tried to sync them up with |
I take it back, most of the differences were themselves problems with the merge. This should be a much smaller diff now. |
Thanks to the magic of
git rebase --onto integration_branch last_integration_point vf#/master --preserve-merges
, we have just the subset of commits for the last month or so to integrate. Release notes are updated and when this is green and merged I can publish packages. In addition, once this release goes out I can reverse-integrate with upstream.