Funcular.ExtensionMethods
1.0.0
dotnet add package Funcular.ExtensionMethods --version 1.0.0
NuGet\Install-Package Funcular.ExtensionMethods -Version 1.0.0
<PackageReference Include="Funcular.ExtensionMethods" Version="1.0.0" />
paket add Funcular.ExtensionMethods --version 1.0.0
#r "nuget: Funcular.ExtensionMethods, 1.0.0"
// Install Funcular.ExtensionMethods as a Cake Addin #addin nuget:?package=Funcular.ExtensionMethods&version=1.0.0 // Install Funcular.ExtensionMethods as a Cake Tool #tool nuget:?package=Funcular.ExtensionMethods&version=1.0.0
The major feature is a case-insensitive IQueryable to address the mismatch between LINQ Entity Framework and SQL Server case-sensitivity. Also, simple extension methods providing syntactic sugar for strings and collections.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- IQToolkit (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.0—Stable release, no open or reported issues.
Version 0.9.1—Added temporary (obsolete) replacement method for HasWordValue.
Version 0.9—added 50 unit tests (98% coverage); optimized performance, removed obsolete methods. Includes breaking changes to some rarely used methods.