1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
Commit graph

13 commits

Author SHA1 Message Date
Youssef Victor
d14b50ae21
Fix trailing whitespaces (#40891)
* Trim trailing whitespaces

* Match raw with rendered

* Delete extra asterisks and |

* Update ELT Hooks - tail calls.md

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2020-08-19 17:29:01 -07:00
Stephen Toub
e7204f5d6f
Use T? for unconstrained nullable types (#40197)
* Temporarily upgrade compiler version for T? support

* Use T? for unconstrained nullable types
2020-08-07 11:25:42 -04:00
Stephen Toub
3c278a3862
Update nullability.md 2020-06-25 11:21:14 -04:00
Stephen Toub
802103929a
Update nullability.md 2020-06-25 10:57:12 -04:00
buyaa-n
abfdb542e8
Add NotNullIfNotNull, MemberNotNull attributes to doc (#36856) 2020-05-22 12:49:42 -07:00
Stephen Toub
3359a27075
Update nullability.md with note about Try methods and [NotNullWhen(true)] (#35711) 2020-05-01 11:56:39 -04:00
Jan Kotas
479067315a
.NET Core to .NET branding changes (#33694)
Contributes to #33680
2020-03-28 07:00:19 -07:00
Stephen Toub
d605591504 Revert workarounds for IEquatable and nullable (#795)
Roslyn now special-cases IEquatable to be contravariant for nullable, so we can remove our workarounds.
2019-12-13 12:51:34 -06:00
Stephen Toub
5e67c2480d
Update nullability.md 2019-12-11 21:21:23 -05:00
Stephen Toub
1af1d3d3fa
Update nullability.md 2019-12-11 21:04:55 -05:00
Stephen Toub
d47a8eb541
Update nullability.md 2019-12-04 22:00:49 -05:00
Stephen Toub
5adc310324
Update nullability.md with notes on disposal 2019-12-04 22:00:14 -05:00
Viktor Hofer
a71a3249a9
Consolidate docs (#251)
* Consolidate sub-repo docs
2019-11-25 23:52:43 +01:00
Renamed from docs/libraries/api-guidelines/nullability.md (Browse further)