Rename projects to FileShare
This commit is contained in:
@@ -2,8 +2,8 @@ param(
|
||||
[string]$Name,
|
||||
[ValidateSet("SQLite", "SqlServer", "PostgreSQL", "MySQL", "All")]
|
||||
[string]$Provider = "All",
|
||||
[string]$Project = "Avalonia-EFCore/Avalonia-EFCore.csproj",
|
||||
[string]$StartupProject = "Avalonia-API/Avalonia-API.csproj",
|
||||
[string]$Project = "FileShare-EFCore/FileShare-EFCore.csproj",
|
||||
[string]$StartupProject = "FileShare-API/FileShare-API.csproj",
|
||||
[string]$OutputDir = "Migrations"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
[
|
||||
[
|
||||
{
|
||||
"File": "Avalonia-API\\Authentication\\JwtTokenService.cs",
|
||||
"File": "FileShare-API\\Authentication\\JwtTokenService.cs",
|
||||
"Line": 20,
|
||||
"Kind": "Method",
|
||||
"Name": "CreateAccessToken",
|
||||
"Declaration": "public (string Token, DateTime ExpiresAt) CreateAccessToken(UserEntity user, IReadOnlyCollection\u003cstring\u003e roles) {"
|
||||
},
|
||||
{
|
||||
"File": "Avalonia-API\\Authentication\\RefreshTokenService.cs",
|
||||
"File": "FileShare-API\\Authentication\\RefreshTokenService.cs",
|
||||
"Line": 21,
|
||||
"Kind": "Method",
|
||||
"Name": "CreateAsync",
|
||||
"Declaration": "public async Task\u003c(string Token, ApiRefreshTokenEntity Entity)\u003e CreateAsync( int userId, string? device, string? ipAddress, CancellationToken cancellationToken = default) {"
|
||||
},
|
||||
{
|
||||
"File": "Avalonia-API\\Authentication\\RefreshTokenService.cs",
|
||||
"File": "FileShare-API\\Authentication\\RefreshTokenService.cs",
|
||||
"Line": 78,
|
||||
"Kind": "Method",
|
||||
"Name": "RotateAsync",
|
||||
|
||||
Reference in New Issue
Block a user