1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

Turn On ImplicitUsings (#2079)

* Turn on ImplicitUsings

* Fix formatting

* Run linter
This commit is contained in:
Justin Baur
2022-06-29 19:46:41 -04:00
committed by GitHub
parent 890e6bb48a
commit 231eb84e69
906 changed files with 895 additions and 3107 deletions

View File

@@ -1,7 +1,4 @@
using System;
using System.Threading;
using System.Threading.Tasks;
using Bit.Core.Enums;
using Bit.Core.Enums;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
using Sustainsys.Saml2.AspNetCore2;