Skip to content

Commit

Permalink
Remove articles on !! (dotnet#29103)
Browse files Browse the repository at this point in the history
* Remove articles on `!!`

This feature was removed in Preview 3.

See [C# 11 preview 3 blog post](https://devblogs.microsoft.com/dotnet/csharp-11-preview-updates/#remove-parameter-null-checking-from-c-11) for details on the reasons behind the decision.

* fix build warnings.

* Update docs/csharp/nullable-references.md

Co-authored-by: Genevieve Warren <[email protected]>

Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
BillWagner and gewarren authored Apr 18, 2022
1 parent c4539ce commit 2b437b5
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 475 deletions.
4 changes: 4 additions & 0 deletions .openpublishing.redirection.csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,10 @@
"source_path_from_root": "/docs/csharp/language-reference/operators/right-shift-operator.md",
"redirect_url": "/dotnet/csharp/language-reference/operators/bitwise-and-shift-operators#right-shift-operator-"
},
{
"source_path_from_root": "/docs/csharp/language-reference/operators/null-parameter-check.md",
"redirect_url": "/dotnet/csharp/language-reference/operators"
},
{
"source_path_from_root": "/docs/csharp/language-reference/operators/subtraction-assignment-operator.md",
"redirect_url": "/dotnet/csharp/language-reference/operators/arithmetic-operators#compound-assignment"
Expand Down
1 change: 0 additions & 1 deletion docs/csharp/language-reference/operators/null-forgiving.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ For more information, see [The null-forgiving operator](~/_csharplang/proposals/
- [C# reference](../index.md)
- [C# operators and expressions](index.md)
- [Tutorial: Design with nullable reference types](../../whats-new/tutorials/nullable-reference-types.md)
- [Simplified parameter null check](null-parameter-check.md)
103 changes: 0 additions & 103 deletions docs/csharp/language-reference/operators/null-parameter-check.md

This file was deleted.

Loading

0 comments on commit 2b437b5

Please sign in to comment.