Browse Source
Swamy/remove unused usings and reorganize usings (#490 )
* Removed and Reordered the using statements
* Removed and Reordered the usings inside Web Project
* Removed and Reordered the usings inside PublicApi project
* Removed Unused usings and reorganized usings inside Infrastructure project
* Removed unused using and reorganized the usings inside ApplicationCore Project
* Removed unused usings and reorganized usings inside BlazorAdmin project
main
Viswanatha Swamy
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with
19 additions and
23 deletions
src/ApplicationCore/Entities/BasketAggregate/BasketItem.cs
src/ApplicationCore/Entities/BuyerAggregate/Buyer.cs
src/ApplicationCore/Entities/OrderAggregate/Address.cs
src/ApplicationCore/Entities/OrderAggregate/Order.cs
src/ApplicationCore/Exceptions/GuardExtensions.cs
src/ApplicationCore/Services/BasketService.cs
src/BlazorAdmin/CustomAuthStateProvider.cs
src/BlazorAdmin/JavaScript/Cookies.cs
src/BlazorAdmin/JavaScript/Css.cs
src/BlazorAdmin/JavaScript/Route.cs
@ -1,5 +1,4 @@
using Ardalis.GuardClauses ;
using System ;
namespace Microsoft.eShopWeb.ApplicationCore.Entities.BasketAggregate
{
@ -1,5 +1,5 @@
using Microsoft.eShopWeb.ApplicationCore.Interfac es;
using Ardalis.GuardClaus es;
using Ardalis.GuardClaus es;
using Microsoft.eShopWeb.ApplicationCore.Interfac es;
using System.Collections.Generic ;
namespace Microsoft.eShopWeb.ApplicationCore.Entities.BuyerAggregate
@ -1,6 +1,4 @@
using System ;
namespace Microsoft.eShopWeb.ApplicationCore.Entities.OrderAggregate
namespace Microsoft.eShopWeb.ApplicationCore.Entities.OrderAggregate
{
public class Address // ValueObject
{
@ -1,5 +1,5 @@
using Microsoft.eShopWeb.ApplicationCore.Interfac es;
using Ardalis.GuardClaus es;
using Ardalis.GuardClaus es;
using Microsoft.eShopWeb.ApplicationCore.Interfac es;
using System ;
using System.Collections.Generic ;
@ -1,5 +1,5 @@
using Microsoft.eShopWeb.ApplicationCore.Exceptions ;
using Microsoft.eShopWeb.ApplicationCore.Entities.BasketAggregate ;
using Microsoft.eShopWeb.ApplicationCore.Entities.BasketAggregate ;
using Microsoft.eShopWeb.ApplicationCore.Exceptions ;
using System.Collections.Generic ;
using System.Linq ;
@ -1,9 +1,9 @@
using Microsoft.eShopWeb.ApplicationCore.Interfaces ;
using System.Threading.Tasks ;
using System.Collections.Generic ;
using Microsoft.eShopWeb.ApplicationCore.Specifications ;
using Ardalis.GuardClauses ;
using Ardalis.GuardClauses ;
using Microsoft.eShopWeb.ApplicationCore.Entities.BasketAggregate ;
using Microsoft.eShopWeb.ApplicationCore.Interfaces ;
using Microsoft.eShopWeb.ApplicationCore.Specifications ;
using System.Collections.Generic ;
using System.Threading.Tasks ;
namespace Microsoft.eShopWeb.ApplicationCore.Services
{
@ -1,5 +1,4 @@
using BlazorAdmin.Services ;
using BlazorShared.Authorization ;
using BlazorShared.Authorization ;
using Microsoft.AspNetCore.Components.Authorization ;
using Microsoft.Extensions.Logging ;
using System ;
@ -1,5 +1,5 @@
using System.Threading.Tasks ;
using Microsoft.JSInterop ;
using Microsoft.JSInterop ;
using System.Threading.Tasks ;
namespace BlazorAdmin.JavaScript
{
@ -1,5 +1,5 @@
using System.Threading.Tasks ;
using Microsoft.JSInterop ;
using Microsoft.JSInterop ;
using System.Threading.Tasks ;
namespace BlazorAdmin.JavaScript
{
@ -1,5 +1,5 @@
using System.Threading.Tasks ;
using Microsoft.JSInterop ;
using Microsoft.JSInterop ;
using System.Threading.Tasks ;
namespace BlazorAdmin.JavaScript
{