dotnet_runtime/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
..
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
nullability.md Revert workarounds for IEquatable and nullable (#795) 2019-12-13 12:51:34 -06:00

README.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.