OTAL.Library 1.1.6

dotnet add package OTAL.Library --version 1.1.6
NuGet\Install-Package OTAL.Library -Version 1.1.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OTAL.Library" Version="1.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OTAL.Library --version 1.1.6
#r "nuget: OTAL.Library, 1.1.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OTAL.Library as a Cake Addin
#addin nuget:?package=OTAL.Library&version=1.1.6

// Install OTAL.Library as a Cake Tool
#tool nuget:?package=OTAL.Library&version=1.1.6

1.1.6

IHttpRequest now return type ErrorOr

1.1.5

MinimalatrExtensions Added IHttpRequest Interfaces Added

1.1.4

Added GetClassesFromOpenGenericInterface() Added GetScopedClassesFromOpenGenericInterface() Added InvokeMethod() Added InvokeMethodAsync()

1.1.3

Implemented GetScopedClasses Removed GetScopedFactories Removed ReflectionUtility static class

1.1.2

Implemented GetScopedFactories method on IOTALReflection

1.1.1

Added CacheStore, Added AddCacheStore ServiceCollection Extension Method

1.1.0

Removed ReflectionUtility Added IOTALReflection Interface Added AddOTALReflection ServiceCollection Extension Method

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()

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on OTAL.Library:

Package Downloads
OTAL.DiscordBot

Library for OTAL members to make Discord Bots

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.6 177 2/10/2024
1.1.5 93 2/10/2024
1.1.4 173 12/23/2023
1.1.3 207 11/13/2023
1.1.2 118 11/11/2023
1.1.1 126 10/8/2023
1.1.0 125 9/20/2023
1.0.5 212 7/17/2023
1.0.4 160 7/11/2023
1.0.3 382 7/9/2023
1.0.2 144 7/8/2023
1.0.1 134 6/22/2023
1.0.0 228 5/18/2023

1.1.6

IHttpRequest now return type ErrorOr

1.1.5

MinimalatrExtensions Added
IHttpRequest Interfaces Added

1.1.4

Added GetClassesFromOpenGenericInterface()
Added GetScopedClassesFromOpenGenericInterface()
Added InvokeMethod()
Added InvokeMethodAsync()

1.1.3

Implemented GetScopedClasses
Removed GetScopedFactories
Removed ReflectionUtility static class

1.1.2

Implemented GetScopedFactories method on IOTALReflection

1.1.1

Added CacheStore,
Added AddCacheStore ServiceCollection Extension Method

1.1.0

Removed ReflectionUtility
Added IOTALReflection Interface
Added AddOTALReflection ServiceCollection Extension Method

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()