1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00
Satori/docs/coding-guidelines/api-guidelines
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
..
nullability.md Use [NotNullWhen(true)] in more places (#47598) 2021-01-30 06:09:28 -05:00
README.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
System.Memory.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00

API Design Guidelines

The guidelines in this folder represent work in progress API design guidelines. The official guidelines can be found in the documentation and as an actual book.

Process

To submit new proposals for design guidelines, simply create a PR adding or modifying an existing file.