diff --git a/proposals/csharp-13.0/collection-expressions-better-conversion.md b/proposals/csharp-13.0/collection-expressions-better-conversion.md index 356abd56f4..9a4edd94ec 100644 --- a/proposals/csharp-13.0/collection-expressions-better-conversion.md +++ b/proposals/csharp-13.0/collection-expressions-better-conversion.md @@ -1,5 +1,7 @@ # Better conversion from collection expression element +[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)] + ## Summary Updates to the better conversion rules to be more consistent with `params`, and better handle current ambiguity scenarios. For example, `ReadOnlySpan` vs `ReadOnlySpan` can currently diff --git a/proposals/csharp-13.0/esc-escape-sequence.md b/proposals/csharp-13.0/esc-escape-sequence.md index 983d2161cc..914bc08bb6 100644 --- a/proposals/csharp-13.0/esc-escape-sequence.md +++ b/proposals/csharp-13.0/esc-escape-sequence.md @@ -1,6 +1,8 @@ # String/Character escape sequence `\e` +[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)] + ## Summary An addition of the string/character escape sequence `\e` as a shortcut/short-hand replacement for the character code point `0x1b`, commonly known as the `ESCAPE` (or `ESC`) character. diff --git a/proposals/csharp-13.0/lock-object.md b/proposals/csharp-13.0/lock-object.md index 6525647ca5..5c8672983c 100644 --- a/proposals/csharp-13.0/lock-object.md +++ b/proposals/csharp-13.0/lock-object.md @@ -1,6 +1,6 @@ # `Lock` object -[!INCLUDE[Specletdisclaimer](speclet-disclaimer.md)] +[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)] ## Summary [summary]: #summary diff --git a/proposals/csharp-13.0/method-group-natural-type-improvements.md b/proposals/csharp-13.0/method-group-natural-type-improvements.md index e8806ff3f5..6fe3e85f8b 100644 --- a/proposals/csharp-13.0/method-group-natural-type-improvements.md +++ b/proposals/csharp-13.0/method-group-natural-type-improvements.md @@ -1,6 +1,6 @@ # Method group natural type improvements -[!INCLUDE[Specletdisclaimer](speclet-disclaimer.md)] +[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)] ## Summary [summary]: #summary diff --git a/proposals/csharp-13.0/overload-resolution-priority.md b/proposals/csharp-13.0/overload-resolution-priority.md index 020d48f965..8650c10440 100644 --- a/proposals/csharp-13.0/overload-resolution-priority.md +++ b/proposals/csharp-13.0/overload-resolution-priority.md @@ -1,5 +1,7 @@ # Overload Resolution Priority +[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)] + ## Summary [summary]: #summary diff --git a/proposals/csharp-13.0/params-collections.md b/proposals/csharp-13.0/params-collections.md index ea227d4b78..8578ad4fb2 100644 --- a/proposals/csharp-13.0/params-collections.md +++ b/proposals/csharp-13.0/params-collections.md @@ -1,6 +1,6 @@ # `params Collections` -[!INCLUDE[Specletdisclaimer](speclet-disclaimer.md)] +[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)] ## Summary diff --git a/proposals/csharp-13.0/partial-properties.md b/proposals/csharp-13.0/partial-properties.md index 5c650f10a0..7c4b960da3 100644 --- a/proposals/csharp-13.0/partial-properties.md +++ b/proposals/csharp-13.0/partial-properties.md @@ -1,6 +1,8 @@ # Partial properties https://github.com/dotnet/csharplang/issues/6420 +[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)] + ### Grammar The *property_declaration* grammar [(ยง14.7.1)](https://github.com/dotnet/csharpstandard/blob/draft-v7/standard/classes.md#1471-general) is updated as follows: diff --git a/proposals/csharp-13.0/ref-struct-interfaces.md b/proposals/csharp-13.0/ref-struct-interfaces.md index 286778b173..621d35381e 100644 --- a/proposals/csharp-13.0/ref-struct-interfaces.md +++ b/proposals/csharp-13.0/ref-struct-interfaces.md @@ -1,5 +1,7 @@ # Ref Struct Interfaces +[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)] + ## Summary This proposal will expand the capabilities of `ref struct` such that they can implement interfaces and participate as generic type arguments. diff --git a/proposals/csharp-13.0/ref-unsafe-in-iterators-async.md b/proposals/csharp-13.0/ref-unsafe-in-iterators-async.md index 6be3676121..0a1f79d09d 100644 --- a/proposals/csharp-13.0/ref-unsafe-in-iterators-async.md +++ b/proposals/csharp-13.0/ref-unsafe-in-iterators-async.md @@ -1,5 +1,7 @@ # Allow ref and unsafe in iterators and async +[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)] + ## Summary [summary]: #summary