Rayab.Identity
1.0.1
See the version list below for details.
dotnet add package Rayab.Identity --version 1.0.1
NuGet\Install-Package Rayab.Identity -Version 1.0.1
<PackageReference Include="Rayab.Identity" Version="1.0.1" />
paket add Rayab.Identity --version 1.0.1
#r "nuget: Rayab.Identity, 1.0.1"
// Install Rayab.Identity as a Cake Addin #addin nuget:?package=Rayab.Identity&version=1.0.1 // Install Rayab.Identity as a Cake Tool #tool nuget:?package=Rayab.Identity&version=1.0.1
All Table of identity you need is in here, All relationships is created and you just need to use, not any Change.
All Table name changed.
Product | Versions 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 | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Identity (>= 2.2.0)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 3.1.7)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Rayab.Identity:
Package | Downloads |
---|---|
Rayab.ApplicationDbContext
You can use ASP.NET Core ApplicationDbContext like a portable library. It's funny and it's very easy to use. In this "ApplicationDbContext" the name of the Identity tables is modified, for example, you have the name of the "Users" table instead of "AspNetCoreIdentityUser". In this library, we have eliminated all relationships and table names, and you just need to extend your class to our library. To create this ApplicationDbContext we used Rayab.Identity tables. that library imported to project from GitHub. Read the document for more information. |
|
Rayab.Default
Personal Library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.6 | 1,291 | 2/12/2021 |
1.2.5 | 331 | 2/12/2021 |
1.2.4 | 1,266 | 12/23/2020 |
1.2.3 | 523 | 12/23/2020 |
1.2.2 | 501 | 12/8/2020 |
1.2.1 | 539 | 12/7/2020 |
1.2.0 | 526 | 12/7/2020 |
1.1.9 | 478 | 12/7/2020 |
1.1.8 | 493 | 12/7/2020 |
1.1.7 | 1,043 | 12/2/2020 |
1.1.6 | 528 | 12/2/2020 |
1.1.5 | 663 | 11/30/2020 |
1.1.4 | 389 | 11/30/2020 |
1.1.3 | 574 | 11/30/2020 |
1.1.2 | 430 | 11/30/2020 |
1.1.1 | 445 | 11/30/2020 |
1.1.0 | 509 | 11/30/2020 |
1.0.9 | 521 | 11/25/2020 |
1.0.8 | 532 | 11/25/2020 |
1.0.7 | 387 | 11/25/2020 |
1.0.6 | 412 | 11/25/2020 |
1.0.5 | 546 | 11/25/2020 |
1.0.4 | 395 | 11/25/2020 |
1.0.3 | 401 | 11/24/2020 |
1.0.2 | 924 | 11/23/2020 |
1.0.1 | 476 | 10/10/2020 |
1.0.0 | 435 | 10/5/2020 |
Added AvatarPath field into Profile Table.