dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.28k stars 5.91k forks source link

Documentation for IncrementalHash is missing #2587

Closed terrajobst closed 7 years ago

terrajobst commented 7 years ago

It looks like the docs for IncrementalHash are all still just boilerplate. However, the type was already shipped in .NET Core 1.0.

mairaw commented 7 years ago

Yes, we don't have all .NET Core APIs documented yet. But the basic descriptions for this one should be coming soon.

GSPP commented 5 years ago

What is the purpose of this class in contrast to the existing APIs? When should this class be used? This is the question that I am researching right now. Maybe this should be documented.