mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 11:37:04 +09:00
![]() * 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 |
||
---|---|---|
.. | ||
nullability.md | ||
README.md | ||
System.Memory.md |
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.