Skip to content

Commit

Permalink
update, remove firebase, add identity sources
Browse files Browse the repository at this point in the history
  • Loading branch information
jetcar committed Mar 4, 2024
1 parent a3f439f commit c8b2f92
Show file tree
Hide file tree
Showing 198 changed files with 42,166 additions and 43,793 deletions.
4 changes: 2 additions & 2 deletions ConfigurationManager/AppSetting.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Configuration;
using System;

namespace ConfigurationManager
{
Expand Down
3 changes: 1 addition & 2 deletions ConfigurationManagerTests/UnitTest1.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using System;
using System.Collections.Generic;
using ConfigurationManager;
using Microsoft.Extensions.Configuration;
using NUnit.Framework;
using System.Collections.Generic;

namespace ConfigurationManagerTests
{
Expand Down
7 changes: 3 additions & 4 deletions ConfigurationManagerTests/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"EmailFrom": "[email protected]",
"DbName": "Passi",
"DbUsername": "postgres",
"DbPassword": "q"
}

}
"DbPassword": "q"
}
}
1 change: 0 additions & 1 deletion GoogleTracer/Tracer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ namespace GoogleTracer
public class Tracer
{
public static IManagedTracer CurrentTracer { get; set; }

}
}
7 changes: 0 additions & 7 deletions IdentityRepo/Class1.cs

This file was deleted.

1 change: 0 additions & 1 deletion IdentityRepo/DbContext/IdentityDbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Serilog.Core;
using ILogger = Serilog.ILogger;

namespace IdentityRepo.DbContext
Expand Down
2 changes: 1 addition & 1 deletion IdentityRepo/IdentityRepo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IdentityServer4Core.EntityFramework.Storage" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
Expand All @@ -25,6 +24,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ConfigurationManager\ConfigurationManager.csproj" />
<ProjectReference Include="..\IdentityServer4Core\src\EntityFramework.Storage\src\IdentityServer4.EntityFramework.Storage.csproj" />
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions IdentityRepo/Migrations/20220403163048_initial.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Migrations;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;

namespace IdentityServer.Migrations
Expand Down Expand Up @@ -719,4 +718,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
name: "IdentityResources");
}
}
}
}
5 changes: 2 additions & 3 deletions IdentityRepo/Migrations/20220426193345_UserClients.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

Expand Down Expand Up @@ -329,4 +328,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
oldType: "timestamp with time zone");
}
}
}
}
Loading

0 comments on commit c8b2f92

Please sign in to comment.