/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Compilers/Test/Core/Traits/CompilerFeature.cs
50 строк
1 KB
Jan Jones
Unsafe evolution: resolve conflicts with main
04 фев 2026, 14:41
Не верифицирован
04 фев 2026, 14:41
eb11911
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.Test.Utilities { public enum CompilerFeature { Async, Dynamic, ExpressionBody, Determinism, Iterator, LocalFunctions, Params, Var, Tuples, RefLocalsReturns, ReadOnlyReferences, OutVar, Patterns, DefaultLiteral, AsyncMain, IOperation, Dataflow, NonTrailingNamedArgs, PrivateProtected, PEVerifyCompat, RefConditionalOperator, TupleEquality, StackAllocInitializer, NullCoalescingAssignment, AsyncStreams, NullableReferenceTypes, DefaultInterfaceImplementation, LambdaDiscardParameters, StatementAttributes, TopLevelStatements, InitOnlySetters, AnonymousFunctions, ModuleInitializers, FunctionPointers, RecordStructs, RequiredMembers, RefLifetime, Extensions, Unsafe, CollectionExpressions, } }