This repository was archived by the owner on Aug 2, 2023. It is now read-only.
.NET Core 3.1 GA IntelliSense update from docs (English)#2782
Closed
ahsonkhan wants to merge 2 commits intodotnet:IntellisensePackagefrom
Closed
.NET Core 3.1 GA IntelliSense update from docs (English)#2782ahsonkhan wants to merge 2 commits intodotnet:IntellisensePackagefrom
ahsonkhan wants to merge 2 commits intodotnet:IntellisensePackagefrom
Conversation
ahsonkhan
commented
Nov 12, 2019
| <summary>Compares this instance to an unsigned 64-bit integer and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the unsigned 64-bit integer.</summary> | ||
| <param name="other">The unsigned 64-bit integer to compare.</param> | ||
| <returns>A signed integer that indicates the relative value of this instance and <paramref name="other" />, as shown in the following table. | ||
| Return value |
Contributor
Author
There was a problem hiding this comment.
Looks like docs isn't emitting tables correctly:
https://docs.microsoft.com/en-us/dotnet/api/system.numerics.biginteger.compareto?view=netcore-3.0#System_Numerics_BigInteger_CompareTo_System_UInt64_
Contributor
Author
|
Closing this in favor of #2799 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Similar to #2758 based on today's IntelliSense docs.
cc @carlossanlop, @safern, @mairaw
Next steps: Produce the nupkg and update corefx 3.1.