remove unused usings
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System.Linq.Expressions;
|
||||
using Raven.Client.Documents;
|
||||
using Finch.Identity;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Linq.Expressions;
|
||||
using Raven.Client.Documents;
|
||||
using Finch.Media;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Raven.Client.Documents;
|
||||
using System.Linq.Expressions;
|
||||
using System.Linq.Expressions;
|
||||
using Finch.Numbers;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
using Raven.Client.Documents;
|
||||
using Raven.Client.Documents.Linq;
|
||||
using Raven.Client.Documents.Queries;
|
||||
using Raven.Client.Documents.Session;
|
||||
using Raven.Client.Documents.Linq;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using FluentValidation;
|
||||
using Raven.Client.Documents;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Raven.Client.Documents;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
using Raven.Client.Http;
|
||||
using Finch.Identity;
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
using Raven.Client.Documents;
|
||||
using Raven.Client.Documents.Operations;
|
||||
using Raven.Client.Documents.Queries;
|
||||
using Raven.Client.Documents.Session;
|
||||
using Raven.Client;
|
||||
|
||||
namespace Finch.Raven;
|
||||
namespace Finch.Raven;
|
||||
|
||||
public class FinchStore : IFinchStore
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Raven.Client.Documents;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
using Raven.Client.Documents.Indexes.Spatial;
|
||||
using Raven.Client.Documents.Operations.Attachments;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Raven.Client.Documents;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
using Raven.Client.Documents.Operations;
|
||||
using Raven.Client.Documents.Queries;
|
||||
using Raven.Client;
|
||||
|
||||
namespace Finch.Raven;
|
||||
namespace Finch.Raven;
|
||||
|
||||
public partial class RavenOperations : IRavenOperations
|
||||
{
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using Raven.Client.Documents;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
using Raven.Client.Documents.Linq;
|
||||
using Raven.Client.Documents.Session;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using Raven.Client.Documents;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
using Raven.Client.Documents.Linq;
|
||||
using Raven.Client.Documents.Session;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
using FluentValidation.Results;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Raven.Client;
|
||||
using Raven.Client.Documents.Indexes;
|
||||
using Raven.Client.Documents.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Security.Claims;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Raven.Client.Documents.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Raven.Client.Documents;
|
||||
using System.Linq.Expressions;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
namespace Finch.Raven;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Microsoft.AspNetCore.Cryptography.KeyDerivation;
|
||||
using Raven.Client.Documents.Session;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using ServiceStack.OrmLite;
|
||||
using Finch.Extensions;
|
||||
|
||||
@@ -4,10 +4,8 @@ using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Threading.Tasks;
|
||||
using ServiceStack.OrmLite;
|
||||
using ServiceStack.OrmLite.Dapper;
|
||||
using Finch.Extensions;
|
||||
using Finch.Models;
|
||||
using Finch.Utils;
|
||||
|
||||
namespace Finch.Sqlite;
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ using System.Data;
|
||||
using FluentValidation.Results;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using System.Linq.Expressions;
|
||||
using System.Security.Claims;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using ServiceStack.OrmLite;
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using Microsoft.AspNetCore.Authentication;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using System.Security.Claims;
|
||||
|
||||
namespace Finch.Context;
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Options;
|
||||
|
||||
namespace Finch.FileStorage;
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
using Microsoft.AspNetCore.Razor.TagHelpers;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Options;
|
||||
|
||||
namespace Finch.Frontend;
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using System.Security.Claims;
|
||||
using Microsoft.AspNetCore.Mvc.ApplicationModels;
|
||||
using Finch.Identity;
|
||||
|
||||
namespace Finch.Identity;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using Finch.Identity;
|
||||
|
||||
namespace Finch.Identity;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
|
||||
namespace Finch.Identity;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Security.Claims;
|
||||
using Finch.Rendering.QrCode;
|
||||
using Finch.Rendering.QrCode;
|
||||
|
||||
namespace Finch.Identity;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Security.Claims;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Finch.Identity;
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
using System.Security.Claims;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Finch.Identity;
|
||||
namespace Finch.Identity;
|
||||
|
||||
public class UserToken
|
||||
{
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
using System.Text;
|
||||
using System.Text.Encodings.Web;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
using Finch.Rendering.QrCode;
|
||||
|
||||
namespace Finch.Identity;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using FluentValidation;
|
||||
using Microsoft.AspNetCore.Mvc.Localization;
|
||||
using Microsoft.AspNetCore.Mvc.Localization;
|
||||
using Microsoft.AspNetCore.Mvc.Razor;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
@@ -9,8 +9,6 @@ using SixLabors.ImageSharp.Web.DependencyInjection;
|
||||
using System.IO;
|
||||
using Finch.Media.ImageSharp;
|
||||
using Finch.Media.ImageSharp.Processors;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Finch.Media;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using SixLabors.ImageSharp.Processing;
|
||||
using SixLabors.ImageSharp.Web;
|
||||
using SixLabors.ImageSharp.Web.Commands;
|
||||
using SixLabors.ImageSharp.Web.Processors;
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using SixLabors.ImageSharp;
|
||||
using SixLabors.ImageSharp.Advanced;
|
||||
using SixLabors.ImageSharp.Formats;
|
||||
using SixLabors.ImageSharp.Formats.Jpeg;
|
||||
using SixLabors.ImageSharp.Formats.Png;
|
||||
using SixLabors.ImageSharp.Formats.Webp;
|
||||
using SixLabors.ImageSharp.Metadata;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||
using SixLabors.ImageSharp.Metadata.Profiles.Exif;
|
||||
using SixLabors.ImageSharp.Metadata.Profiles.Exif;
|
||||
using SixLabors.ImageSharp.Web;
|
||||
using System.Numerics;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using SixLabors.ImageSharp.Formats;
|
||||
using SixLabors.ImageSharp.Formats.Png;
|
||||
using SixLabors.ImageSharp.Processing;
|
||||
using SixLabors.ImageSharp.Web.Caching;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Linq.Expressions;
|
||||
using Finch.Numbers;
|
||||
|
||||
namespace Finch.Numbers;
|
||||
|
||||
|
||||
@@ -25,9 +25,6 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
namespace Finch.Rendering.QrCode;
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -25,9 +25,6 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
namespace Finch.Rendering.QrCode;
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -25,9 +25,6 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
namespace Finch.Rendering.QrCode;
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -25,9 +25,6 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Text;
|
||||
|
||||
|
||||
@@ -25,8 +25,6 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Diagnostics;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
@@ -25,11 +25,7 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using static Finch.Rendering.QrCode.QrSegment;
|
||||
|
||||
|
||||
@@ -25,8 +25,6 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace Finch.Rendering.QrCode;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using FluentValidation;
|
||||
using FluentValidation.Validators;
|
||||
using PowCapServer.Abstractions;
|
||||
using Finch.Validation.Validators;
|
||||
|
||||
namespace Finch.Security;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user