Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpublish feature specs #34904

Merged
merged 6 commits into from
Apr 7, 2023
Merged

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Apr 6, 2023

These two features are now incorporated into the draft V7 standard. Remove the feature speclets from docs.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/csharp/asynchronous-programming/async-return-types.md Async return types (C#)
docs/csharp/language-reference/builtin-types/enum.md Enumeration types (C# reference)
docs/csharp/language-reference/builtin-types/nullable-value-types.md Nullable value types (C# reference)
docs/csharp/language-reference/operators/addition-operator.md Addition operators - + and +=
docs/csharp/language-reference/operators/arithmetic-operators.md Arithmetic operators (C# reference)
docs/csharp/language-reference/operators/assignment-operator.md Assignment operators (C# reference)
docs/csharp/language-reference/operators/await.md await operator - asynchronously await for a task to complete
docs/csharp/language-reference/operators/bitwise-and-shift-operators.md Bitwise and shift operators (C# reference)
docs/csharp/language-reference/operators/boolean-logical-operators.md Boolean logical operators - AND, OR, NOT, XOR
docs/csharp/language-reference/operators/comparison-operators.md Comparison operators (C# reference)
docs/csharp/language-reference/operators/conditional-operator.md ?: operator - the ternary conditional operator
docs/csharp/language-reference/operators/default.md default value expressions - produce the default value
docs/csharp/language-reference/operators/delegate-operator.md delegate operator
docs/csharp/language-reference/operators/equality-operators.md Equality operators - test if two objects are equal or not
docs/csharp/language-reference/operators/index.md C# operators and expressions
docs/csharp/language-reference/operators/is.md is operator (C# reference)
docs/csharp/language-reference/operators/lambda-expressions.md Lambda expressions and anonymous functions
docs/csharp/language-reference/operators/lambda-operator.md Lambda expression (=>) operator defines a lambda expression
docs/csharp/language-reference/operators/member-access-operators.md Member access operators and expressions - the dot, indexer, and invocation operators.
docs/csharp/language-reference/operators/nameof.md nameof expression (C# reference)
docs/csharp/language-reference/operators/new-operator.md new operator - The new operator creates a new instance of a type
docs/csharp/language-reference/operators/null-coalescing-operator.md ?? and ??= operators - the null-coalescing operators
docs/csharp/language-reference/operators/operator-overloading.md Operator overloading - predefined unary, arithmetic, equality and comparison operators
docs/csharp/language-reference/operators/subtraction-operator.md - and -= operators - subtraction (minus)
docs/csharp/language-reference/operators/true-false-operators.md true and false operators - treat your objects as a Boolean value
docs/csharp/language-reference/operators/type-testing-and-cast.md Type-testing operators and cast expressions - is, as, typeof and casts
docs/csharp/language-reference/statements/checked-and-unchecked.md checked and unchecked statements (C# reference)
docs/csharp/language-reference/tokens/interpolated.md String interpolation using $
docs/csharp/linq/index.md Language Integrated Query (LINQ)
docs/csharp/misc/cs0217.md Compiler Error CS0217

Note
This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

These two features are now incorporated into the draft V7 standard. Remove the feature speclets from docs.
@BillWagner BillWagner requested a review from a team as a code owner April 6, 2023 14:25
@dotnet-bot dotnet-bot added this to the April 2023 milestone Apr 6, 2023
@BillWagner BillWagner requested a review from adegeo April 6, 2023 14:25
@BillWagner
Copy link
Member Author

ping @adegeo for review

@BillWagner BillWagner marked this pull request as draft April 6, 2023 21:46
@BillWagner BillWagner marked this pull request as ready for review April 7, 2023 14:33
@BillWagner BillWagner enabled auto-merge (squash) April 7, 2023 14:34
@BillWagner BillWagner merged commit 42cc9c6 into dotnet:main Apr 7, 2023
@BillWagner BillWagner deleted the unpublish-merged-speclets branch April 7, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants