TIKSN-Framework 5.2.0

This package has a SemVer 2.0.0 package version: 5.2.0+2ba1179ce7d5282609a68c046cc8504ed3b4444e.
dotnet add package TIKSN-Framework --version 5.2.0                
NuGet\Install-Package TIKSN-Framework -Version 5.2.0                
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.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TIKSN-Framework --version 5.2.0                
#r "nuget: TIKSN-Framework, 5.2.0"                
#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.2.0

// Install TIKSN-Framework as a Cake Tool
#tool nuget:?package=TIKSN-Framework&version=5.2.0                

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 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.

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

VerdantApp.Licensing

VerdantApp Licensing

TIKSN.Lionize.Messaging

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.0 29,432 6/25/2024
5.1.1 35,296 5/24/2024
5.1.0 17,244 5/12/2024
5.0.1 29,859 4/18/2024
5.0.0 27,110 3/27/2024
4.5.4 10,505 3/8/2024
4.5.3 8,463 2/19/2024
4.5.2 15,234 12/20/2023
4.5.1 9,012 11/26/2023
4.5.0 15,555 11/6/2023
4.4.0 8,317 7/11/2023
4.3.3 6,808 1/20/2023
4.3.2 15,987 8/23/2022
4.3.1 10,905 5/22/2022
4.3.0 11,532 7/10/2021
4.2.0 6,700 7/10/2021
4.1.0 11,128 5/3/2021
4.0.0 8,363 11/21/2020
3.1.0 21,666 9/30/2018
3.0.1 21,641 4/21/2018
3.0.0 15,829 4/6/2018
2.1.0 7,177 7/27/2017
2.0.0 7,949 6/11/2017
1.6.0 9,190 12/30/2016
1.5.32 7,340 10/16/2016
1.4.22 1,102 5/14/2016
1.3.1 1,176 4/28/2016
1.2.0 1,972 3/5/2014
1.1.1 1,650 12/2/2013
1.1.0 1,541 11/28/2013
1.0.1 1,571 7/2/2013
1.0.0 1,477 7/2/2013
0.0.1.3 1,608 11/18/2012
0.0.1.2 1,527 11/18/2012
0.0.1.1 1,524 11/18/2012