TIKSN-Framework
5.3.2
This package has a SemVer 2.0.0 package version: 5.3.2+0d778639656193233f2d35d6f3b9bfbf91f53338.
dotnet add package TIKSN-Framework --version 5.3.2
NuGet\Install-Package TIKSN-Framework -Version 5.3.2
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="TIKSN-Framework" Version="5.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TIKSN-Framework --version 5.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TIKSN-Framework, 5.3.2"
#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 TIKSN-Framework as a Cake Addin #addin nuget:?package=TIKSN-Framework&version=5.3.2 // Install TIKSN-Framework as a Cake Tool #tool nuget:?package=TIKSN-Framework&version=5.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TIKSN Framework
Key features are
- Versioning
- Finance, Currency
- Foreign Exchange
- Money
- Pricing strategy
- Telemetry
- Licensing
- Composite Weighted Progress
- Repository and Unity of Wok pattern implementation with Entity Framework Core
- Network Connectivity Service and Triggering
- Settings
- Windows Registry configuration source
- Azure Storage Repository
- MongoDB Repository
- NoDB Repository
- Lingual and Regional Localization
- Serialization
- Rest Requester
- Rest Repository
- Dependency Injection
- Composition Root Setup base classes
Setup for Web Application
using Autofac;
using Autofac.Extensions.DependencyInjection;
using TIKSN.DependencyInjection;
using TIKSN.Mapping;
var builder = WebApplication.CreateBuilder(args);
builder.Host.UseServiceProviderFactory(new AutofacServiceProviderFactory());
builder.Services.AddFrameworkCore();
// Optional: Bulk register mappers or it can be done one by one
builder.Services.Scan(scan => scan
.FromApplicationDependencies()
.AddClasses(classes => classes.AssignableTo(typeof(IMapper<,>)))
.AsImplementedInterfaces());
builder.Host.ConfigureContainer<ContainerBuilder>(containerBuilder =>
{
containerBuilder.RegisterModule<CoreModule>();
// Optional: Register project modules
});
var app = builder.Build();
await app.RunAsync().ConfigureAwait(false);
Acknowledgments
- JetBrains for providing free license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-android21.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios14.2 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst14.0 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Autofac.Extensions.DependencyInjection (>= 10.0.0)
- Azure.Data.Tables (>= 12.9.1)
- Azure.Storage.Blobs (>= 12.22.1)
- Bond.CSharp (>= 13.0.1)
- FluentValidation (>= 11.10.0)
- IdGen (>= 3.0.7)
- LanguageExt.Core (>= 4.4.9)
- LanguageExt.FSharp (>= 4.4.9)
- LanguageExt.Parsec (>= 4.4.9)
- LiteDB (>= 5.0.21)
- MessagePack (>= 2.5.172)
- MessagePackAnalyzer (>= 2.5.172)
- Meziantou.Analyzer (>= 2.0.169)
- Microsoft.ApplicationInsights (>= 2.22.0)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.8)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.8)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- Microsoft.PowerShell.SDK (>= 7.4.5)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.11.20)
- MongoDB.Driver (>= 2.29.0)
- MongoDB.Driver.GridFS (>= 2.29.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.14)
- NodaTime (>= 3.1.12)
- NuGet.Versioning (>= 6.11.1)
- RavenDB.Client (>= 6.2.0)
- ReactiveUI (>= 20.1.63)
- Roslynator.Analyzers (>= 4.12.7)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- SonarAnalyzer.CSharp (>= 9.32.0.97167)
- Spectre.Console (>= 0.49.1)
- Spectre.Console.Analyzer (>= 1.0.0)
- Spectre.Console.Cli (>= 0.49.1)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.1)
- Ulid (>= 1.3.4)
-
net8.0-android21.0
- Autofac.Extensions.DependencyInjection (>= 10.0.0)
- Azure.Data.Tables (>= 12.9.1)
- Azure.Storage.Blobs (>= 12.22.1)
- Bond.CSharp (>= 13.0.1)
- FluentValidation (>= 11.10.0)
- IdGen (>= 3.0.7)
- LanguageExt.Core (>= 4.4.9)
- LanguageExt.FSharp (>= 4.4.9)
- LanguageExt.Parsec (>= 4.4.9)
- LiteDB (>= 5.0.21)
- MessagePack (>= 2.5.172)
- MessagePackAnalyzer (>= 2.5.172)
- Meziantou.Analyzer (>= 2.0.169)
- Microsoft.ApplicationInsights (>= 2.22.0)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.8)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.8)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- Microsoft.Maui.Controls (>= 8.0.91)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.91)
- Microsoft.PowerShell.SDK (>= 7.4.5)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.11.20)
- MongoDB.Driver (>= 2.29.0)
- MongoDB.Driver.GridFS (>= 2.29.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.14)
- NodaTime (>= 3.1.12)
- NuGet.Versioning (>= 6.11.1)
- RavenDB.Client (>= 6.2.0)
- ReactiveUI (>= 20.1.63)
- ReactiveUI.Maui (>= 20.1.63)
- Roslynator.Analyzers (>= 4.12.7)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- SonarAnalyzer.CSharp (>= 9.32.0.97167)
- Spectre.Console (>= 0.49.1)
- Spectre.Console.Analyzer (>= 1.0.0)
- Spectre.Console.Cli (>= 0.49.1)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.1)
- Ulid (>= 1.3.4)
-
net8.0-ios14.2
- Autofac.Extensions.DependencyInjection (>= 10.0.0)
- Azure.Data.Tables (>= 12.9.1)
- Azure.Storage.Blobs (>= 12.22.1)
- Bond.CSharp (>= 13.0.1)
- FluentValidation (>= 11.10.0)
- IdGen (>= 3.0.7)
- LanguageExt.Core (>= 4.4.9)
- LanguageExt.FSharp (>= 4.4.9)
- LanguageExt.Parsec (>= 4.4.9)
- LiteDB (>= 5.0.21)
- MessagePack (>= 2.5.172)
- MessagePackAnalyzer (>= 2.5.172)
- Meziantou.Analyzer (>= 2.0.169)
- Microsoft.ApplicationInsights (>= 2.22.0)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.8)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.8)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- Microsoft.Maui.Controls (>= 8.0.91)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.91)
- Microsoft.PowerShell.SDK (>= 7.4.5)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.11.20)
- MongoDB.Driver (>= 2.29.0)
- MongoDB.Driver.GridFS (>= 2.29.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.14)
- NodaTime (>= 3.1.12)
- NuGet.Versioning (>= 6.11.1)
- RavenDB.Client (>= 6.2.0)
- ReactiveUI (>= 20.1.63)
- ReactiveUI.Maui (>= 20.1.63)
- Roslynator.Analyzers (>= 4.12.7)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- SonarAnalyzer.CSharp (>= 9.32.0.97167)
- Spectre.Console (>= 0.49.1)
- Spectre.Console.Analyzer (>= 1.0.0)
- Spectre.Console.Cli (>= 0.49.1)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.1)
- Ulid (>= 1.3.4)
-
net8.0-maccatalyst14.0
- Autofac.Extensions.DependencyInjection (>= 10.0.0)
- Azure.Data.Tables (>= 12.9.1)
- Azure.Storage.Blobs (>= 12.22.1)
- Bond.CSharp (>= 13.0.1)
- FluentValidation (>= 11.10.0)
- IdGen (>= 3.0.7)
- LanguageExt.Core (>= 4.4.9)
- LanguageExt.FSharp (>= 4.4.9)
- LanguageExt.Parsec (>= 4.4.9)
- LiteDB (>= 5.0.21)
- MessagePack (>= 2.5.172)
- MessagePackAnalyzer (>= 2.5.172)
- Meziantou.Analyzer (>= 2.0.169)
- Microsoft.ApplicationInsights (>= 2.22.0)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.8)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.8)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- Microsoft.Maui.Controls (>= 8.0.91)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.91)
- Microsoft.PowerShell.SDK (>= 7.4.5)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.11.20)
- MongoDB.Driver (>= 2.29.0)
- MongoDB.Driver.GridFS (>= 2.29.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.14)
- NodaTime (>= 3.1.12)
- NuGet.Versioning (>= 6.11.1)
- RavenDB.Client (>= 6.2.0)
- ReactiveUI (>= 20.1.63)
- ReactiveUI.Maui (>= 20.1.63)
- Roslynator.Analyzers (>= 4.12.7)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- SonarAnalyzer.CSharp (>= 9.32.0.97167)
- Spectre.Console (>= 0.49.1)
- Spectre.Console.Analyzer (>= 1.0.0)
- Spectre.Console.Cli (>= 0.49.1)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.1)
- Ulid (>= 1.3.4)
-
net8.0-windows10.0.19041
- Autofac.Extensions.DependencyInjection (>= 10.0.0)
- Azure.Data.Tables (>= 12.9.1)
- Azure.Storage.Blobs (>= 12.22.1)
- Bond.CSharp (>= 13.0.1)
- FluentValidation (>= 11.10.0)
- IdGen (>= 3.0.7)
- LanguageExt.Core (>= 4.4.9)
- LanguageExt.FSharp (>= 4.4.9)
- LanguageExt.Parsec (>= 4.4.9)
- LiteDB (>= 5.0.21)
- MessagePack (>= 2.5.172)
- MessagePackAnalyzer (>= 2.5.172)
- Meziantou.Analyzer (>= 2.0.169)
- Microsoft.ApplicationInsights (>= 2.22.0)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.8)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.8)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.8)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- Microsoft.Maui.Controls (>= 8.0.91)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.91)
- Microsoft.PowerShell.SDK (>= 7.4.5)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.11.20)
- MongoDB.Driver (>= 2.29.0)
- MongoDB.Driver.GridFS (>= 2.29.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.14)
- NodaTime (>= 3.1.12)
- NuGet.Versioning (>= 6.11.1)
- RavenDB.Client (>= 6.2.0)
- ReactiveUI (>= 20.1.63)
- ReactiveUI.Maui (>= 20.1.63)
- Roslynator.Analyzers (>= 4.12.7)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- SonarAnalyzer.CSharp (>= 9.32.0.97167)
- Spectre.Console (>= 0.49.1)
- Spectre.Console.Analyzer (>= 1.0.0)
- Spectre.Console.Cli (>= 0.49.1)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.1)
- Ulid (>= 1.3.4)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on TIKSN-Framework:
Package | Downloads |
---|---|
EasyDoubles
EasyDoubles - Test Doubles Framework |
|
Fossa.Licensing
Fossa Licensing |
|
TIKSN-Habitica
Package Description |
|
TIKSN.Lionize.Messaging
Package Description |
|
VerdantApp.Licensing
VerdantApp Licensing |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.3.2 | 24,958 | 10/7/2024 |
5.3.1 | 10,150 | 9/26/2024 |
5.3.0 | 39,450 | 8/22/2024 |
5.2.2 | 12,028 | 8/16/2024 |
5.2.1 | 19,438 | 8/3/2024 |
5.2.0 | 41,388 | 6/25/2024 |
5.1.1 | 46,025 | 5/24/2024 |
5.1.0 | 31,177 | 5/12/2024 |
5.0.1 | 34,995 | 4/18/2024 |
5.0.0 | 34,381 | 3/27/2024 |
4.5.4 | 17,781 | 3/8/2024 |
4.5.3 | 15,816 | 2/19/2024 |
4.5.2 | 29,190 | 12/20/2023 |
4.5.1 | 16,312 | 11/26/2023 |
4.5.0 | 29,296 | 11/6/2023 |
4.4.0 | 11,418 | 7/11/2023 |
4.3.3 | 10,198 | 1/20/2023 |
4.3.2 | 21,588 | 8/23/2022 |
4.3.1 | 14,648 | 5/22/2022 |
4.3.0 | 15,357 | 7/10/2021 |
4.2.0 | 7,547 | 7/10/2021 |
4.1.0 | 15,647 | 5/3/2021 |
4.0.0 | 8,817 | 11/21/2020 |
3.1.0 | 31,163 | 9/30/2018 |
3.0.1 | 29,396 | 4/21/2018 |
3.0.0 | 23,512 | 4/6/2018 |
2.1.0 | 8,902 | 7/27/2017 |
2.0.0 | 9,731 | 6/11/2017 |
1.6.0 | 11,621 | 12/30/2016 |
1.5.32 | 8,191 | 10/16/2016 |
1.4.22 | 1,112 | 5/14/2016 |
1.3.1 | 1,186 | 4/28/2016 |
1.2.0 | 1,998 | 3/5/2014 |
1.1.1 | 1,678 | 12/2/2013 |
1.1.0 | 1,552 | 11/28/2013 |
1.0.1 | 1,595 | 7/2/2013 |
1.0.0 | 1,503 | 7/2/2013 |
0.0.1.3 | 1,637 | 11/18/2012 |
0.0.1.2 | 1,553 | 11/18/2012 |
0.0.1.1 | 1,551 | 11/18/2012 |
Release Notes: https://github.com/tiksn/TIKSN-Framework/releases