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 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
..
nullability.md Revert workarounds for IEquatable and nullable (#795) 2019-12-13 12:51:34 -06:00
README.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
System.Memory.md Consolidate docs (#251) 2019-11-25 23:52:43 +01: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.