-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
90 additions
and
235 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Global using directives | ||
|
||
global using System.Buffers.Binary; | ||
global using System.Diagnostics; | ||
global using System.Net; | ||
global using System.Net.Sockets; | ||
global using System.Runtime.InteropServices; | ||
global using System.Text.Json.Serialization; | ||
global using System.Threading.Tasks.Dataflow; | ||
global using Microsoft.Extensions.Hosting; | ||
global using Microsoft.Extensions.Options; | ||
global using Nethereum.Util; | ||
global using PipelineNet.MiddlewareResolver; | ||
global using Serilog; | ||
global using Texnomic.SecureDNS.Abstractions; | ||
global using Texnomic.SecureDNS.Abstractions.Enums; | ||
global using Texnomic.SecureDNS.Core; | ||
global using Texnomic.SecureDNS.Extensions; | ||
global using Texnomic.SecureDNS.Serialization; | ||
global using Texnomic.SecureDNS.Servers.Proxy.Options; | ||
global using Texnomic.SecureDNS.Servers.Proxy.ResponsibilityChain; |
1 change: 0 additions & 1 deletion
1
Texnomic.SecureDNS.Servers/Proxy/Options/ProxyResponsibilityChainOptions.cs
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
7 changes: 1 addition & 6 deletions
7
Texnomic.SecureDNS.Servers/Proxy/ResponsibilityChain/ProxyResponsibilityChain.cs
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.