Dan Moseley
b252fa50ad
remove corefx from md ( #105275 )
2024-07-22 14:55:00 -06:00
Ken Dale
59f2833b98
Update docs.microsoft.com usages to learn.microsoft.com ( #102881 )
...
* Update https://docs.microsoft.com to https://learn.microsoft.com
* Update http://docs.microsoft.com/ to https://learn.microsoft.com (removes trailing slash)
* Update docs.microsoft.com to https://learn.microsoft.com
* Update docs.microsoft.com to learn.microsoft.com
* Replace learn.microsoft.com/en-us/ with learn.microsoft.com/ to remove locale from urls
2024-05-31 11:27:45 -07:00
Bonuspunkt
a15eaf7440
link to the latest version of Framework Design Guidelines ( #86216 )
...
also added Jeremy Barton because he was inconsistently mentioned
2023-05-15 09:58:01 -04:00
Stephen Toub
2b0e2785e5
Use [NotNullWhen(true)] in more places ( #47598 )
...
* Use [NotNullWhen(true)] in more places
Did a quick search/audit for methods that returned bool and took nullable object as the first input, and added [NotNullWhen(true)] where it was obviously correct.
* Address PR feedback
2021-01-30 06:09:28 -05:00
Doug Bunting
e63969dba5
Clean up aspnetcore
casing in ref to that repo ( #47347 )
...
- address difference I introduced in dotnet/aspnetcore#29511 and more
- conflict detected in dotnet/aspnetcore#29520
- also s|aspnet/aspnetcore|dotnet/aspnetcore|
2021-01-22 14:43:06 -08:00
Stephen Toub
aebd598664
Update nullability.md
2020-11-23 22:45:58 -05:00
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