![]() |
VOOZH | about |
dotnet add package TheOmenDen.Shared.Interfaces --version 2.12.1.48
NuGet\Install-Package TheOmenDen.Shared.Interfaces -Version 2.12.1.48
<PackageReference Include="TheOmenDen.Shared.Interfaces" Version="2.12.1.48" />
<PackageVersion Include="TheOmenDen.Shared.Interfaces" Version="2.12.1.48" />Directory.Packages.props
<PackageReference Include="TheOmenDen.Shared.Interfaces" />Project file
paket add TheOmenDen.Shared.Interfaces --version 2.12.1.48
#r "nuget: TheOmenDen.Shared.Interfaces, 2.12.1.48"
#:package TheOmenDen.Shared.Interfaces@2.12.1.48
#addin nuget:?package=TheOmenDen.Shared.Interfaces&version=2.12.1.48Install as a Cake Addin
#tool nuget:?package=TheOmenDen.Shared.Interfaces&version=2.12.1.48Install as a Cake Tool
IAccessor
IAsyncStreamAccessor
await foreach by way of returning an IAsyncEnumerable.IKeyedAccessor
IEntityKey as the prevealent key to allow for searching across conditions.Tuple combination of the Result and the corresponding entities retrieved.
True on success, otherwise False.IKeyedAsyncStreamAccessor
IKeyedAccessor but returns only theIAsyncEnumerable streamIRepository
IEnumerable.CancellationToken support on asynchronous methods.System.Linq as well as foreach loops.IStreamingRepository
IAsyncEnumerable.CancellationToken support on asynchronous methods.System.Linq.Async as well as await foreach loops.IDataOperations
IRepository and IStreamingRepository.CancellationToken support on asynchronous methods.IKeyedDataOperations
IRepository and IStreamingRepository.
IDataOperations and IKeyedDataOperations.
TKey which requires that the key be provided during construction of an implementation, as well as be of type IEntityKey.CancellationToken support on asynchronous methods.IDataOperations is that the results of each method to implement requires a return value. of Tuple{TResult, TEntity}
TResult is typically a boolean, but could signify any sort of indicator of the success or failure of the operation.IApiService and IApiService<T>
IApiService is an empty interface.
Scrutor.IApiService<T> contains CRUD methods that can be used to retrieve and alter information via an external API.
GET, POST, PUT, DELETE and all provide CancellationToken support.IStreamingApiService and IStreamingApiService<T>
IStreamingApiService is an empty interface.
Scrutor.IstreamingApiService<T>- Defines two different methods of retrieving results from an external API. These methods do allow for CancellationToken support.
StreamApiResultsAsync - Returns an IASyncEnumerable<ApiResponse>.
ApiResponse - from TheOmenDen.Shared project.await foreachEnumerateApiResultsAsync - Returns a Task<ApiResponse<IEnumerable<T>>>
System.Text.Json JsonSerializer's ability to read through streams.| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on TheOmenDen.Shared.Interfaces:
| Package | Downloads |
|---|---|
|
TheOmenDen.Shared.Services
A collection of the service implementations used throughout the various apps that The Omen Den develops. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.12.1.48 | 347 | 12/1/2023 |
| 2.3.20.1734 | 2,351 | 3/20/2023 |
| 1.11.13.2216 | 726 | 11/14/2022 |
| 1.10.8.106 | 3,390 | 10/8/2022 |
| 1.8.27.428 | 1,087 | 8/27/2022 |
| 1.7.26.1301 | 1,059 | 7/26/2022 |
Provides the basis for interfaces for various purposes