UserCodeFX 1.0.0.2
dotnet add package UserCodeFX --version 1.0.0.2
NuGet\Install-Package UserCodeFX -Version 1.0.0.2
<PackageReference Include="UserCodeFX" Version="1.0.0.2" />
paket add UserCodeFX --version 1.0.0.2
#r "nuget: UserCodeFX, 1.0.0.2"
// Install UserCodeFX as a Cake Addin #addin nuget:?package=UserCodeFX&version=1.0.0.2 // Install UserCodeFX as a Cake Tool #tool nuget:?package=UserCodeFX&version=1.0.0.2
Sample Code:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using UserCodeFX;
namespace UserCodeFX Example { public static void Main(string[] args) { Login lgn = new Login(); lgn.UserName = Console.ReadLine(); lgn.Password = Console.ReadLine(); lgn.Check("true username","true password"); if (lgn.PermittedOrNot == true) { Console.WriteLine("True"); Console.ReadKey(); } else { Console.WriteLine("False"); Console.ReadKey(); } } }
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
This package has no dependencies.
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.2 | 345 | 1/31/2021 |
Nothing relased.