microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/email/Includes.cs
11lines · modecode
| 1 | // Copyright (c) Microsoft Corporation. |
| 2 | // Licensed under the MIT License. |
| 3 | |
| 4 | global using System.Text; |
| 5 | global using System.Text.RegularExpressions; |
| 6 | global using System.IO; |
| 7 | global using Microsoft.Office.Interop.Outlook; |
| 8 | global using System.Text.Json; |
| 9 | global using System.Text.Json.Serialization; |
| 10 | global using System.CommandLine; |
| 11 | global using System.CommandLine.Invocation; |
| 12 | |