| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…re turned on by default
|
Revert the changes in Startup.Tests.ps1 because the experimental features are turned on by default in the master branch, which causes those 2 assemblies get loaded at startup. |
Sorry, something went wrong.
| @@ -593,7 +593,9 @@ public static PSDataCollection<PSObject> GetPSDataCollection(object inputValue) | |||
| /// <param name="second">Object to compare first to.</param> | |||
There was a problem hiding this comment.
Dongbo Wang (@daxian-dbw), your last commit had 1 failures in PowerShell-CI-static-analysis
Verify Markdown Links.Verify links in /home/vsts/work/1/s/CHANGELOG/6.0.md.https://msdn.microsoft.com/powershell/reference/6/about/about_jobs should work
Failed to complete request to "https://msdn.microsoft.com/powershell/reference/6/about/about_jobs". Response status code does not indicate success: 404 (Not Found).
at <ScriptBlock>, /home/vsts/work/1/s/test/common/markdown/markdown-link.tests.ps1: line 119
119: throw "Failed to complete request to `"$url`". $($_.Exception.Message)"
Sorry, something went wrong.
There was a problem hiding this comment.
This will be addressed by #11653
Sorry, something went wrong.
|
Aditya Patwardhan (@adityapatwardhan) Can you please merge this PR? Thanks! |
Sorry, something went wrong.
|
🎉v7.1.0-preview.1 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Revert the PRs that made DBNull.Value and NullString.Value treated as $null:
Also update code for Coalescing and Null-conditional operators to use 'IsNull' instead.
This is cherry-picked from the v7.0.0-rc.2 tagged branch. The reversion was did originally in #11584 targeting the v7.0.0-rc.2 release branch.
Note: there are nice syntax/formatting changes made in the original PRs that I wish we could keep, but making extra changes to keep those in this PR will complicate the reversion and may result in mistakes. So I just revert all changes from those 2 PRs.
PR Context
There has been concerns about the inconsistencies the original changes brought to the language.
See #11604 for the discussion going on.
PR Checklist