Skip to content

Commit

Permalink
Clean up unused Using statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhiggins732 committed Feb 16, 2024
1 parent bb0e554 commit e12ba88
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using IdentityServer8.Security;
using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using System;
using Microsoft.EntityFrameworkCore.Migrations;

namespace IdentityServer.Data.Migrations.IdentityServer.ConfigurationDb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ copies or substantial portions of the Software.
*/

// <auto-generated />
using System;
using IdentityServer8.EntityFramework.DbContexts;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;

namespace IdentityServer.Data.Migrations.IdentityServer.ConfigurationDb
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using System;
using Microsoft.EntityFrameworkCore.Migrations;

namespace IdentityServer.Data.Migrations.IdentityServer.PersistedGrantDb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ copies or substantial portions of the Software.
*/

// <auto-generated />
using System;
using IdentityServer8.EntityFramework.DbContexts;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;

namespace IdentityServer.Data.Migrations.IdentityServer.PersistedGrantDb
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ copies or substantial portions of the Software.
*/

using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using IdentityServerAspNetIdentity.Models;

namespace IdentityServerAspNetIdentity.Data
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ copies or substantial portions of the Software.
*/

using Microsoft.EntityFrameworkCore.Migrations;
using System;

namespace IdentityServerAspNetIdentity.Data.Migrations
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@ copies or substantial portions of the Software.
*/

// <auto-generated />
using IdentityServerAspNetIdentity.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage;
using Microsoft.EntityFrameworkCore.Storage.Internal;
using System;

namespace IdentityServerAspNetIdentity.Data.Migrations
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using Microsoft.Extensions.DependencyInjection;

namespace IdentityServerHost.Quickstart.UI;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

using System;
using System.Linq;
using System.Security.Claims;
using IdentityModel;
using IdentityServerAspNetIdentity.Data;
using IdentityServerAspNetIdentity.Models;
using Microsoft.AspNetCore.Identity;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Serilog;

namespace IdentityServerAspNetIdentity
{
public class SeedData
Expand Down

0 comments on commit e12ba88

Please sign in to comment.