TIKSN-Framework 5.4.4

This package has a SemVer 2.0.0 package version: 5.4.4+e638d7dca389e98a3e31224cc3031127d1b52ac9.
dotnet add package TIKSN-Framework --version 5.4.4
                    
NuGet\Install-Package TIKSN-Framework -Version 5.4.4
                    
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.4.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TIKSN-Framework" Version="5.4.4" />
                    
Directory.Packages.props
<PackageReference Include="TIKSN-Framework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TIKSN-Framework --version 5.4.4
                    
#r "nuget: TIKSN-Framework, 5.4.4"
                    
#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.
#addin nuget:?package=TIKSN-Framework&version=5.4.4
                    
Install TIKSN-Framework as a Cake Addin
#tool nuget:?package=TIKSN-Framework&version=5.4.4
                    
Install TIKSN-Framework as a Cake Tool

TIKSN Framework

Version TIKSN Framework NuGet Package Downloads Developed by TIKSN Lab StandWithUkraine

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

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-android21.0 is compatible.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-ios14.2 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst14.0 is compatible.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net9.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.4.4 21,292 2/24/2025
5.4.3 23,123 1/5/2025
5.4.2 21,129 11/30/2024
5.4.1 3,918 11/30/2024
5.4.0 4,960 11/29/2024
5.3.3 9,735 11/19/2024
5.3.2 44,187 10/7/2024
5.3.1 17,046 9/26/2024
5.3.0 44,444 8/22/2024
5.2.2 19,665 8/16/2024
5.2.1 26,778 8/3/2024
5.2.0 49,947 6/25/2024
5.1.1 55,698 5/24/2024
5.1.0 42,447 5/12/2024
5.0.1 49,170 4/18/2024
5.0.0 39,389 3/27/2024
4.5.4 22,797 3/8/2024
4.5.3 20,895 2/19/2024
4.5.2 38,082 12/20/2023
4.5.1 21,340 11/26/2023
4.5.0 38,294 11/6/2023
4.4.0 15,300 7/11/2023
4.3.3 13,661 1/20/2023
4.3.2 29,597 8/23/2022
4.3.1 20,104 5/22/2022
4.3.0 21,112 7/10/2021
4.2.0 9,913 7/10/2021
4.1.0 20,823 5/3/2021
4.0.0 10,220 11/21/2020
3.1.0 39,749 9/30/2018
3.0.1 34,540 4/21/2018
3.0.0 28,671 4/6/2018
2.1.0 10,588 7/27/2017
2.0.0 11,351 6/11/2017
1.6.0 13,622 12/30/2016
1.5.32 11,197 10/16/2016
1.4.22 1,207 5/14/2016
1.3.1 1,285 4/28/2016
1.2.0 2,106 3/5/2014
1.1.1 1,842 12/2/2013
1.1.0 1,716 11/28/2013
1.0.1 1,703 7/2/2013
1.0.0 1,612 7/2/2013
0.0.1.3 1,745 11/18/2012
0.0.1.2 1,660 11/18/2012
0.0.1.1 1,657 11/18/2012