mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 00:39:00 +08:00
17 lines
529 B
C#
17 lines
529 B
C#
// Copyright (c) 2025-2026 GeWuYou
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Collections.Immutable;
|
|
global using System.IO;
|
|
global using System.Linq;
|
|
global using System.Text;
|
|
global using System.Text.Json;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
global using Microsoft.CodeAnalysis;
|
|
global using Microsoft.CodeAnalysis.CSharp;
|
|
global using Microsoft.CodeAnalysis.CSharp.Syntax;
|
|
global using Microsoft.CodeAnalysis.Text;
|