SFERA.Helpers.FakeIdentityGenerator 1.2020.42.164

There is a newer version of this package available.
See the version list below for details.
dotnet add package SFERA.Helpers.FakeIdentityGenerator --version 1.2020.42.164
NuGet\Install-Package SFERA.Helpers.FakeIdentityGenerator -Version 1.2020.42.164
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="SFERA.Helpers.FakeIdentityGenerator" Version="1.2020.42.164" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SFERA.Helpers.FakeIdentityGenerator --version 1.2020.42.164
#r "nuget: SFERA.Helpers.FakeIdentityGenerator, 1.2020.42.164"
#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 SFERA.Helpers.FakeIdentityGenerator as a Cake Addin
#addin nuget:?package=SFERA.Helpers.FakeIdentityGenerator&version=1.2020.42.164

// Install SFERA.Helpers.FakeIdentityGenerator as a Cake Tool
#tool nuget:?package=SFERA.Helpers.FakeIdentityGenerator&version=1.2020.42.164

Helper for creating fake person identities or companies directly into your code, for testing purposes.

Easy like:

           SFERA.Helpers.FakeIdentityGenerator.FakeIdentityGenerator fig_helper = new SFERA.Helpers.FakeIdentityGenerator.FakeIdentityGenerator();
           Console.WriteLine("Service in online: " + fig_helper.Ping().ToString().ToUpper());
           if (fig_helper.Ping() == true)
           {
               Console.WriteLine("Engine version is: " + fig_helper.GetVersion());
               SFERA.FakeIdentityGenerator.DTO.Person person =  fig_helper.GenerateProfile();
               Console.WriteLine("FirstName = " + person.FirstName);
               Console.WriteLine("LastName = " + person.LastName);
               Console.WriteLine("Age = " + person.Age.ToString());
               Console.ReadLine();
           }
           fig_helper.Dispose();

It requires a connection to https://api.sottomentitespoglie.it/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.2021.7 434 11/12/2021
2.2021.6 375 5/11/2021
2.2021.5 347 4/30/2021
2.2021.4 319 4/7/2021
2.2021.3 389 3/15/2021
2.2021.2 368 3/10/2021
2.2021.1 443 1/17/2021
2.2020.338 410 12/3/2020
2.2020.331 397 11/27/2020
2.2020.101 426 11/26/2020
2.2020.100 387 11/25/2020
2.2020.99 380 11/25/2020
2.2020.98 474 10/29/2020
2.2020.96.235 576 4/5/2020
1.2020.94.205 538 4/3/2020
1.2020.93.204 489 4/2/2020
1.2020.91.196 521 3/31/2020
1.2020.86.194 503 3/26/2020
1.2020.79.191 501 3/19/2020
1.2020.78.187 508 3/18/2020
1.2020.78.186 487 3/18/2020
1.2020.77.185 505 3/17/2020
1.2020.76.177 460 3/16/2020
1.2020.46.175 573 2/15/2020
1.2020.43.174 447 2/12/2020
1.2020.42.173 480 2/11/2020
1.2020.42.170 499 2/11/2020
1.2020.42.164 495 2/11/2020
1.2020.41.162 520 2/10/2020
1.2020.40.161 524 2/10/2020
1.2020.31.155 497 1/31/2020
1.2019.338.151 537 12/4/2019
1.2019.338.150 522 12/4/2019
1.2019.338.128 505 12/4/2019
1.2019.151.118 555 5/31/2019
1.2019.143.109 558 5/23/2019
1.2019.130.93 579 5/10/2019
1.2019.129.88 593 5/9/2019
1.2019.129.76 585 5/9/2019
1.2019.128.74 615 5/8/2019
1.2019.122.63 623 5/2/2019
1.2019.122.52 561 5/2/2019
1.2019.122.45 586 5/2/2019
1.2019.118.36 601 4/28/2019

Improved property Nazione