Added documentation about object.IsAnyOf(this T, IEnumerable<T>)
Updated Home (markdown)
Updated Code (markdown)
Destroyed Performance oriented utility classes (markdown)
Destroyed Generic object pool (markdown)
Destroyed Bloom filter (markdown)
Removed remark about CLS compliancy, that's obsolete
Removed references to Benchmark.Skeet, we use BenchmarkDotNet for a while now.
Fixed incorrect namespace in using.
Added missing links to the extension methods for string.
Added a link to the Contains() chapter to the index
Added documentation for string.Contains(string, StringComparison)
Fixed formatting of the Contents section
Changed VS2015 as minimum supported VS version to 2017. We use the new csproj format and need 2017 for NETSTANDARD supported.
Removed the no longer supported .NET 3.5 from the list of supported TFM's and added NETSTANDARD 1.5
Fixed formatting of the table of contents
Added a note about symbols availability
Removed the pre-release label from the NuGet command for installation
Added IsNullOrEmpty() and IsNullOrWhiteSpace() to the ToC
Added IsNullOrWhiteSpace() documentation
Added IsNullOrEmpty() documentation
Removed reference to .NET 3.5 since v1.0.0 or higher only target .NET 4.0 and higher
Updated Disposable (markdown)
Created Disposable (markdown)
Updated Miscellaneous classes (markdown)