-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade EntityFramework.Host to use implicit usings
- Loading branch information
1 parent
dd4afed
commit 46c4744
Showing
41 changed files
with
299 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/* | ||
Copyright (c) 2024 HigginsSoft, Alexander Higgins - https://github.com/alexhiggins732/ | ||
Copyright (c) 2018, Brock Allen & Dominick Baier. All rights reserved. | ||
Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. | ||
Source code and license this software can be found | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
*/ | ||
|
||
global using IdentityModel; | ||
global using IdentityServer8; | ||
global using IdentityServer8.Configuration; | ||
global using IdentityServer8.Events; | ||
global using IdentityServer8.Extensions; | ||
global using IdentityServer8.Models; | ||
global using IdentityServer8.Services; | ||
global using IdentityServer8.Stores; | ||
global using IdentityServer8.Test; | ||
global using IdentityServer8.Validation; | ||
global using IdentityServerHost.Quickstart.UI; | ||
global using Microsoft.AspNetCore.Authentication; | ||
global using Microsoft.AspNetCore.Authorization; | ||
global using Microsoft.AspNetCore.Mvc; | ||
global using Microsoft.AspNetCore.Mvc.Filters; | ||
global using Microsoft.Extensions.Options; | ||
global using Newtonsoft.Json; | ||
global using Serilog; | ||
global using Serilog.Events; | ||
global using Serilog.Sinks.SystemConsole.Themes; | ||
global using System.ComponentModel.DataAnnotations; | ||
global using System.Diagnostics; | ||
global using System.Security.Claims; | ||
global using System.Text; | ||
global using ILogger = Microsoft.Extensions.Logging.ILogger; | ||
global using ClaimValueTypes = System.Security.Claims.ClaimValueTypes; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.