TIKSN-Framework
4.5.1
.NET 8.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TIKSN-Framework --version 4.5.1
NuGet\Install-Package TIKSN-Framework -Version 4.5.1
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="4.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TIKSN-Framework --version 4.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TIKSN-Framework, 4.5.1"
#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=4.5.1
// Install TIKSN-Framework as a Cake Tool
#tool nuget:?package=TIKSN-Framework&version=4.5.1
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.AddFrameworkPlatform();
// 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-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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Autofac.Extensions.DependencyInjection (>= 8.0.0)
- Bond.CSharp (>= 10.0.0)
- ConsoleTables (>= 2.6.1)
- FluentValidation (>= 11.8.1)
- IdGen (>= 3.0.3)
- LanguageExt.Core (>= 4.4.7)
- LanguageExt.FSharp (>= 4.4.7)
- LanguageExt.Parsec (>= 4.4.7)
- LiteDB (>= 5.0.17)
- MessagePack (>= 2.5.129)
- MessagePackAnalyzer (>= 2.5.129)
- Meziantou.Analyzer (>= 2.0.110)
- Microsoft.ApplicationInsights (>= 2.21.0)
- Microsoft.Azure.Cosmos.Table (>= 1.0.8)
- Microsoft.Azure.Storage.Blob (>= 11.2.3)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.0)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.8.14)
- Microsoft.Windows.Compatibility (>= 8.0.0)
- MongoDB.Driver (>= 2.22.0)
- MongoDB.Driver.GridFS (>= 2.22.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.5)
- NodaTime (>= 3.1.9)
- NuGet.Versioning (>= 6.8.0)
- PowerShellStandard.Library (>= 5.1.1)
- RavenDB.Client (>= 6.0.1)
- ReactiveUI (>= 19.5.1)
- Roslynator.Analyzers (>= 4.6.4)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.0)
- Ulid (>= 1.3.3)
-
net8.0-android21.0
- Autofac.Extensions.DependencyInjection (>= 8.0.0)
- Bond.CSharp (>= 10.0.0)
- ConsoleTables (>= 2.6.1)
- FluentValidation (>= 11.8.1)
- IdGen (>= 3.0.3)
- LanguageExt.Core (>= 4.4.7)
- LanguageExt.FSharp (>= 4.4.7)
- LanguageExt.Parsec (>= 4.4.7)
- LiteDB (>= 5.0.17)
- MessagePack (>= 2.5.129)
- MessagePackAnalyzer (>= 2.5.129)
- Meziantou.Analyzer (>= 2.0.110)
- Microsoft.ApplicationInsights (>= 2.21.0)
- Microsoft.Azure.Cosmos.Table (>= 1.0.8)
- Microsoft.Azure.Storage.Blob (>= 11.2.3)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.0)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- Microsoft.Maui.Controls (>= 8.0.3)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.8.14)
- Microsoft.Windows.Compatibility (>= 8.0.0)
- MongoDB.Driver (>= 2.22.0)
- MongoDB.Driver.GridFS (>= 2.22.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.5)
- NodaTime (>= 3.1.9)
- NuGet.Versioning (>= 6.8.0)
- PowerShellStandard.Library (>= 5.1.1)
- RavenDB.Client (>= 6.0.1)
- ReactiveUI (>= 19.5.1)
- ReactiveUI.Maui (>= 19.5.1)
- Roslynator.Analyzers (>= 4.6.4)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.0)
- Ulid (>= 1.3.3)
-
net8.0-ios14.2
- Autofac.Extensions.DependencyInjection (>= 8.0.0)
- Bond.CSharp (>= 10.0.0)
- ConsoleTables (>= 2.6.1)
- FluentValidation (>= 11.8.1)
- IdGen (>= 3.0.3)
- LanguageExt.Core (>= 4.4.7)
- LanguageExt.FSharp (>= 4.4.7)
- LanguageExt.Parsec (>= 4.4.7)
- LiteDB (>= 5.0.17)
- MessagePack (>= 2.5.129)
- MessagePackAnalyzer (>= 2.5.129)
- Meziantou.Analyzer (>= 2.0.110)
- Microsoft.ApplicationInsights (>= 2.21.0)
- Microsoft.Azure.Cosmos.Table (>= 1.0.8)
- Microsoft.Azure.Storage.Blob (>= 11.2.3)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.0)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- Microsoft.Maui.Controls (>= 8.0.3)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.8.14)
- Microsoft.Windows.Compatibility (>= 8.0.0)
- MongoDB.Driver (>= 2.22.0)
- MongoDB.Driver.GridFS (>= 2.22.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.5)
- NodaTime (>= 3.1.9)
- NuGet.Versioning (>= 6.8.0)
- PowerShellStandard.Library (>= 5.1.1)
- RavenDB.Client (>= 6.0.1)
- ReactiveUI (>= 19.5.1)
- ReactiveUI.Maui (>= 19.5.1)
- Roslynator.Analyzers (>= 4.6.4)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.0)
- Ulid (>= 1.3.3)
-
net8.0-maccatalyst14.0
- Autofac.Extensions.DependencyInjection (>= 8.0.0)
- Bond.CSharp (>= 10.0.0)
- ConsoleTables (>= 2.6.1)
- FluentValidation (>= 11.8.1)
- IdGen (>= 3.0.3)
- LanguageExt.Core (>= 4.4.7)
- LanguageExt.FSharp (>= 4.4.7)
- LanguageExt.Parsec (>= 4.4.7)
- LiteDB (>= 5.0.17)
- MessagePack (>= 2.5.129)
- MessagePackAnalyzer (>= 2.5.129)
- Meziantou.Analyzer (>= 2.0.110)
- Microsoft.ApplicationInsights (>= 2.21.0)
- Microsoft.Azure.Cosmos.Table (>= 1.0.8)
- Microsoft.Azure.Storage.Blob (>= 11.2.3)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.0)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- Microsoft.Maui.Controls (>= 8.0.3)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.8.14)
- Microsoft.Windows.Compatibility (>= 8.0.0)
- MongoDB.Driver (>= 2.22.0)
- MongoDB.Driver.GridFS (>= 2.22.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.5)
- NodaTime (>= 3.1.9)
- NuGet.Versioning (>= 6.8.0)
- PowerShellStandard.Library (>= 5.1.1)
- RavenDB.Client (>= 6.0.1)
- ReactiveUI (>= 19.5.1)
- ReactiveUI.Maui (>= 19.5.1)
- Roslynator.Analyzers (>= 4.6.4)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.0)
- Ulid (>= 1.3.3)
-
net8.0-windows10.0.19041
- Autofac.Extensions.DependencyInjection (>= 8.0.0)
- Bond.CSharp (>= 10.0.0)
- ConsoleTables (>= 2.6.1)
- FluentValidation (>= 11.8.1)
- IdGen (>= 3.0.3)
- LanguageExt.Core (>= 4.4.7)
- LanguageExt.FSharp (>= 4.4.7)
- LanguageExt.Parsec (>= 4.4.7)
- LiteDB (>= 5.0.17)
- MessagePack (>= 2.5.129)
- MessagePackAnalyzer (>= 2.5.129)
- Meziantou.Analyzer (>= 2.0.110)
- Microsoft.ApplicationInsights (>= 2.21.0)
- Microsoft.Azure.Cosmos.Table (>= 1.0.8)
- Microsoft.Azure.Storage.Blob (>= 11.2.3)
- Microsoft.CodeAnalysis.NetAnalyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Analyzers (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 8.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Localization (>= 8.0.0)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Debug (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 2.3.2)
- Microsoft.Maui.Controls (>= 8.0.3)
- Microsoft.SourceLink.GitHub (>= 8.0.0)
- Microsoft.VisualStudio.Threading.Analyzers (>= 17.8.14)
- Microsoft.Windows.Compatibility (>= 8.0.0)
- MongoDB.Driver (>= 2.22.0)
- MongoDB.Driver.GridFS (>= 2.22.0)
- Newtonsoft.Json (>= 13.0.3)
- Nito.AsyncEx.Context (>= 5.1.2)
- NLog.Extensions.Logging (>= 5.3.5)
- NodaTime (>= 3.1.9)
- NuGet.Versioning (>= 6.8.0)
- PowerShellStandard.Library (>= 5.1.1)
- RavenDB.Client (>= 6.0.1)
- ReactiveUI (>= 19.5.1)
- ReactiveUI.Maui (>= 19.5.1)
- Roslynator.Analyzers (>= 4.6.4)
- Serilog.Extensions.Logging (>= 8.0.0)
- ShellProgressBar (>= 5.2.0)
- System.Interactive (>= 6.0.1)
- System.Interactive.Async (>= 6.0.1)
- System.Reactive (>= 6.0.0)
- Ulid (>= 1.3.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on TIKSN-Framework:
Package | Downloads |
---|---|
TIKSN-Cake
TIKSN Cake Addin |
|
TIKSN-Habitica
Package Description |
|
TIKSN.Lionize.Messaging
Package Description |
|
Fossa.Licensing
Fossa Licensing |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.5.2-alpha.8 | 0 | 12/10/2023 |
4.5.1 | 105 | 11/26/2023 |
4.5.0 | 495 | 11/6/2023 |
4.4.0 | 928 | 7/11/2023 |
4.3.3 | 1,362 | 1/20/2023 |
4.3.2 | 1,743 | 8/23/2022 |
4.3.1 | 1,699 | 5/22/2022 |
4.3.0 | 2,907 | 7/10/2021 |
4.2.0 | 2,492 | 7/10/2021 |
4.1.0 | 2,520 | 5/3/2021 |
4.0.0 | 3,271 | 11/21/2020 |
3.1.0 | 12,254 | 9/30/2018 |
3.0.1 | 9,455 | 4/21/2018 |
3.0.0 | 3,750 | 4/6/2018 |
2.1.0 | 3,298 | 7/27/2017 |
2.0.0 | 2,535 | 6/11/2017 |
1.6.0 | 2,303 | 12/30/2016 |
1.5.32 | 2,202 | 10/16/2016 |
1.4.22 | 1,082 | 5/14/2016 |
1.3.1 | 1,154 | 4/28/2016 |
1.2.0 | 1,939 | 3/5/2014 |
1.1.1 | 1,625 | 12/2/2013 |
1.1.0 | 1,511 | 11/28/2013 |
1.0.1 | 1,540 | 7/2/2013 |
1.0.0 | 1,448 | 7/2/2013 |
0.0.1.3 | 1,565 | 11/18/2012 |
0.0.1.2 | 1,504 | 11/18/2012 |
0.0.1.1 | 1,501 | 11/18/2012 |
Release Notes: https://github.com/tiksn/TIKSN-Framework/milestone/18