-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* STJ: set initial capacity of JsonObject if known (#96417) * fix nullable type typo * just tweaking to run the gh actions again to confirm * wip/squash. use `TryGetNonEnumeratedCount`/polyfill * wip. go back to using just a check against ICollection * wip/squash. remove System.Linq dependency * wip. avoid adding a new field * wip/squash. move more of the logic into the ctor * wip/squash. use static private helper method * wip/squash. use null-coalescing operator also, caught one more spot to use the IsCaseInsensitive helper * wip/squash. use more syntax sugar! --------- Co-authored-by: Eirik Tsarpalis <[email protected]>
- Loading branch information
1 parent
813ff97
commit 1303c3a
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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