MissingFeatures.NET
1.1.0
dotnet add package MissingFeatures.NET --version 1.1.0
NuGet\Install-Package MissingFeatures.NET -Version 1.1.0
<PackageReference Include="MissingFeatures.NET" Version="1.1.0" />
paket add MissingFeatures.NET --version 1.1.0
#r "nuget: MissingFeatures.NET, 1.1.0"
// Install MissingFeatures.NET as a Cake Addin #addin nuget:?package=MissingFeatures.NET&version=1.1.0 // Install MissingFeatures.NET as a Cake Tool #tool nuget:?package=MissingFeatures.NET&version=1.1.0
A .NET library containing some missing features in the .NET Framework.
More info: https://github.com/NikolayIT/MissingFeatures.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added `ForEach` and `IsNullOrEmpty` for `IEnumerable`
- Added `RandomGenerator` for generating high-quality random numbers
- Added static method `Code.ExecuteWithTimeLimit`
- Added new extension method for byte arrays `ToStream()`
- Implemented `CreateDelegate` with target parameter extension method for `MethodInfo` class.
- Deleted `string.ToContentType` method (marked as Obsolete in the previous version)
- `HttpClient` user agent string improved
- Added assembly user agent and Google bot user agent
- A lot of code cleanups and refactorings
Contributors:
- @Nikolay.IT
- @vladislav-karamfilov