OTAL.Library
1.0.5
See the version list below for details.
dotnet add package OTAL.Library --version 1.0.5
NuGet\Install-Package OTAL.Library -Version 1.0.5
<PackageReference Include="OTAL.Library" Version="1.0.5" />
paket add OTAL.Library --version 1.0.5
#r "nuget: OTAL.Library, 1.0.5"
// Install OTAL.Library as a Cake Addin #addin nuget:?package=OTAL.Library&version=1.0.5 // Install OTAL.Library as a Cake Tool #tool nuget:?package=OTAL.Library&version=1.0.5
1.0.5
Improved ReflectionUtility
1.0.4
ISearchableType implemented GetClassesImplementingGenericInterface() to GetSearchableClassesImplementingGenericInterface() implemented which now returns IEnumerable<ISearchableType>
1.0.3
GetClassesImplementingGenericInterface() implemented InvokeMethod() implemented
1.0.2
ReflectionUtility Class Implemented
1.0.1
Added BaseEntity class
1.0.0
Initial Release
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- Scrutor (>= 4.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.5
Improved ReflectionUtility
1.0.4
ISearchableType implemented
GetClassesImplementingGenericInterface()
to
GetSearchableClassesImplementingGenericInterface()
implemented which now returns
IEnumerable<ISearchableType>
1.0.3
GetClassesImplementingGenericInterface() implemented
InvokeMethod() implemented
1.0.2
ReflectionUtility Class Implemented
1.0.1
Added BaseEntity class
1.0.0
Initial Release
Added Http Client Extensions
SendJsonEntityAsync()
SendJsonEntitiesAsync()