Skip to content

Commit

Permalink
Add or update the speclet disclaimer
Browse files Browse the repository at this point in the history
This fixes the build errors on dotnet/docs#42623
  • Loading branch information
BillWagner committed Sep 15, 2024
1 parent 3bc7261 commit 7b9ac29
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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<string>` vs `ReadOnlySpan<object>` can currently
Expand Down
2 changes: 2 additions & 0 deletions proposals/csharp-13.0/esc-escape-sequence.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion proposals/csharp-13.0/lock-object.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `Lock` object

[!INCLUDE[Specletdisclaimer](speclet-disclaimer.md)]
[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)]

## Summary
[summary]: #summary
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Method group natural type improvements

[!INCLUDE[Specletdisclaimer](speclet-disclaimer.md)]
[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)]

## Summary
[summary]: #summary
Expand Down
2 changes: 2 additions & 0 deletions proposals/csharp-13.0/overload-resolution-priority.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Overload Resolution Priority

[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)]

## Summary
[summary]: #summary

Expand Down
2 changes: 1 addition & 1 deletion proposals/csharp-13.0/params-collections.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `params Collections`

[!INCLUDE[Specletdisclaimer](speclet-disclaimer.md)]
[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)]

## Summary

Expand Down
2 changes: 2 additions & 0 deletions proposals/csharp-13.0/partial-properties.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions proposals/csharp-13.0/ref-struct-interfaces.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions proposals/csharp-13.0/ref-unsafe-in-iterators-async.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Allow ref and unsafe in iterators and async

[!INCLUDE[Specletdisclaimer](../speclet-disclaimer.md)]

## Summary
[summary]: #summary

Expand Down

0 comments on commit 7b9ac29

Please sign in to comment.