TfaFramework 1.0.0.27
dotnet add package TfaFramework --version 1.0.0.27
NuGet\Install-Package TfaFramework -Version 1.0.0.27
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="TfaFramework" Version="1.0.0.27" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TfaFramework" Version="1.0.0.27" />
<PackageReference Include="TfaFramework" />
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 TfaFramework --version 1.0.0.27
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TfaFramework, 1.0.0.27"
#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.
#:package TfaFramework@1.0.0.27
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TfaFramework&version=1.0.0.27
#tool nuget:?package=TfaFramework&version=1.0.0.27
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A personal framework I created that contains many helpful functions, methods and wrappers that make coding easier.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- morelinq (>= 3.3.2)
- Newtonsoft.Json (>= 13.0.1)
- System.Data.SQLite (>= 1.0.114.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.0.27 | 452 | 8/14/2021 |
1.0.0.26 | 399 | 8/14/2021 |
1.0.0.25 | 376 | 8/14/2021 |
1.0.0.24 | 457 | 8/13/2021 |
1.0.0.23 | 398 | 8/13/2021 |
1.0.0.22 | 409 | 8/13/2021 |
1.0.0.21 | 399 | 8/11/2021 |
1.0.0.20 | 413 | 8/9/2021 |
1.0.0.19 | 415 | 8/9/2021 |
1.0.0.18 | 405 | 8/9/2021 |
1.0.0.17 | 456 | 8/6/2021 |
1.0.0.16 | 428 | 8/6/2021 |
1.0.0.15 | 483 | 8/6/2021 |
1.0.0.14 | 486 | 8/6/2021 |
1.0.0.13 | 479 | 8/3/2021 |
1.0.0.12 | 439 | 8/3/2021 |
1.0.0.11 | 500 | 8/2/2021 |
1.0.0.10 | 480 | 8/2/2021 |
1.0.0.9 | 470 | 8/2/2021 |
1.0.0.8 | 501 | 8/2/2021 |
1.0.0.7 | 515 | 8/1/2021 |
1.0.0.6 | 415 | 8/1/2021 |
1.0.0.5 | 404 | 8/1/2021 |
1.0.0.4 | 451 | 8/1/2021 |
1.0.0.3 | 442 | 8/1/2021 |
1.0.0.1 | 454 | 8/1/2021 |
1.0.0 | 469 | 8/1/2021 |
TfaFormsGeneral - Added possibility to add an Event to a Control when Esc key is pressed, using "SetEscAction" extention Method;