TECHIS.Core
6.0.0
Prefix Reserved
dotnet add package TECHIS.Core --version 6.0.0
NuGet\Install-Package TECHIS.Core -Version 6.0.0
<PackageReference Include="TECHIS.Core" Version="6.0.0" />
paket add TECHIS.Core --version 6.0.0
#r "nuget: TECHIS.Core, 6.0.0"
// Install TECHIS.Core as a Cake Addin #addin nuget:?package=TECHIS.Core&version=6.0.0 // Install TECHIS.Core as a Cake Tool #tool nuget:?package=TECHIS.Core&version=6.0.0
TECH-IS INC. Infrastructure Assembly - Core library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- System.Reflection (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.7.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
- System.Runtime.Serialization.Xml (>= 4.3.0)
- System.Xml.XmlDocument (>= 4.3.0)
- System.Xml.XmlSerializer (>= 4.3.0)
- TECHIS.Serialization.Abstractions (>= 1.0.0)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on TECHIS.Core:
Package | Downloads |
---|---|
TECHIS.Cloud.Configuration
D.C3: Distributed .NET Cloud-based Configuration Client. Use D.C3 to access an Azure Storage-based application configuration repository. Also accesses App.Config or Web.Config-based configuration objects for the Dev environment. Sample code: var configObject = (new AppConfigurationProvider()).Get[Types.SampleConfiguration](); Learn more at techinceptions.com/DC3 |
|
TECHIS.Cloud.ActivityMetrics.AzureTable
Supports an Activity and ActivityMetrics pattern for a NoSQL key-value store. This is the Azure Table Storage implementation of TECHIS.Cloud.ActivityMetrics. --- An Activities and related Metrics pattern for a NoSQL key-value store. A general use case for NoSQL stores is the tracking of activities and events. An out-of-band process is generally then used to generate additional metrics from the events or activities data. A simple use case is tracking the reactions to a web post - likes, smiles, down-votes etc. these activities can be track with additional qualifiers (e.g., a down-vote can be a -3 instead of just -1). The activities are stored in the Activities table. Additional processes can then be executed to generate the metrics, for example, counting the number of likes, or the average likes for an area of a website. |
|
TECHIS.Cloud.AzureStorage
Simple API for Azure Storage |
|
TECHIS.Cloud.TopicSubscriptions
Publish and Subscribe to Azure ServiceBus Topics using a simple API. Use the PublicationManager of T (ideally, T should be either string or byte[].) Use PublicationResourceManager to list and delete resources (entities like topics, subscription) Requires an Azure ServiceBus Account that supports Topics. The config is stored in the cloud, please see TECHIS.Cloud.Configuration. |
|
TECHIS.AI
TECH-IS INC. Infrastructure Assembly - AI library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 213 | 8/31/2024 |
5.5.0 | 706 | 1/29/2024 |
5.4.0 | 440 | 1/11/2024 |
5.3.0 | 271 | 10/15/2023 |
5.2.1 | 188 | 8/5/2023 |
5.2.0 | 371 | 7/31/2023 |
5.1.1 | 647 | 1/2/2023 |
5.1.0 | 800 | 12/23/2022 |
5.0.0 | 4,908 | 6/24/2022 |
4.1.0 | 1,135 | 7/3/2021 |
4.0.15 | 3,966 | 7/21/2020 |
4.0.14 | 614 | 3/4/2020 |
4.0.13 | 1,011 | 10/22/2019 |
4.0.12 | 2,715 | 3/12/2019 |
4.0.11 | 629 | 3/7/2019 |
4.0.10 | 655 | 3/6/2019 |
4.0.8 | 715 | 1/29/2019 |
4.0.7 | 2,862 | 12/28/2018 |
4.0.6 | 9,557 | 11/22/2017 |
4.0.5 | 5,114 | 4/28/2017 |
4.0.4 | 1,078 | 4/19/2017 |
4.0.3 | 3,782 | 4/13/2017 |
4.0.2 | 982 | 4/13/2017 |
4.0.1 | 993 | 4/12/2017 |
4.0.0 | 1,235 | 4/12/2017 |
3.8.6 | 3,379 | 2/10/2017 |
3.8.4 | 2,991 | 1/31/2017 |
Updated IHttpService