Commit graph

1585 commits

Author SHA1 Message Date
Genevieve Warren 06986ba5a8
Remove broken link 2021-09-14 19:26:10 -07:00
Jared Parsons e99dae65fc
Fix a couple of issues (#5188)
Feedback on discord pointed out that there were a few mistakes in the
doc:

- Use `ref field = ref value` instead of `field = ref value`j`. The
latter is correct here because it mimics how `ref` locals work
- Use `readonly ref` to describe `ref` fields that can't be reassigned
instead of `ref readonly`
2021-09-14 12:21:06 -07:00
Bill Wagner 1ea4383736
Clarify matching members prevents synthesized members (#5187)
Fixes #5186
2021-09-14 14:08:44 -04:00
Fredric Silberberg c117a50a14
Added LDM notes for September 13th, 2021. 2021-09-13 15:33:26 -07:00
Rikki Gibson 73dc536d4d
Remove new handling of nullable value types in method type argument inference (#5138) 2021-09-13 11:25:30 -07:00
Julien Couvreur 8aaf7240da
Update README.md 2021-09-10 10:23:53 -07:00
Mads Torgersen 7c9a4c1946
Update LDM agenda 2021-09-10 09:59:26 -07:00
Mads Torgersen cf4d452be2
Update LDM agenda 2021-09-10 09:58:35 -07:00
Bill Wagner f63f70960c
Add missing semicolon (#5165)
See dotnet/docs#26006

Also fixed in dotnet/csharpstandard#371
2021-09-08 09:05:25 -07:00
Yanis Batura 8df1e5d5a7
Update required-members.md (#5147)
fix a typo
2021-09-04 23:29:26 -07:00
Mads Torgersen fc125168ea
Update LDM agenda 2021-09-03 15:39:14 -07:00
Fredric Silberberg fbbdf86e8a
Added field keyword. 2021-09-02 17:46:30 -07:00
Fredric Silberberg c0536b57c7
Add links to the README 2021-09-02 13:56:06 -07:00
Fredric Silberberg dcd6bda4b8
Added notes for August 30th and September 1st 2021-09-02 13:54:25 -07:00
Mads Torgersen 2f9862c8e6
Update LDM agenda 2021-09-02 11:20:37 -07:00
Mads Torgersen 93c42cf98b
Update LDM agenda 2021-09-02 10:58:16 -07:00
Mads Torgersen c8544ccc29
Update LDM agenda 2021-09-02 10:22:35 -07:00
Julien Couvreur ff7e5f04d3
Update README.md 2021-08-30 13:12:11 -07:00
Julien Couvreur f9e8476c97
Update low-level-struct-improvements.md 2021-08-30 11:20:28 -07:00
Mads Torgersen 015894956e
Update LDM agenda 2021-08-29 16:42:53 -07:00
Fredric Silberberg e85356bb95
Added notes for August 25th, 2021. 2021-08-25 14:35:33 -07:00
Fred Silberberg b89d4c9340
Update schedule. 2021-08-24 15:24:59 -07:00
Fredric Silberberg e664481942
Added public issue note. 2021-08-24 15:02:26 -07:00
Fredric Silberberg 7fd92296bc
Added LDM notes for August 23rd, 2021. 2021-08-24 15:00:55 -07:00
Julien Couvreur 86c641d4d5
Update README.md 2021-08-23 11:39:55 -07:00
Bill Wagner a4c9db9a69
Address docs build warnings (#5102)
* fix docs suggestions

There are two different types of changes in this PR:

- H1s should use ATX headers (`#`)
- tables should have a header row that is not empty.

* replace docs links with source

This addresses another docs build warning. The docs build system flags absolute links to the pages on docs.microsoft.com as warnings, which should be replaced with relative links. This fix changes the link to the source doc on GitHub. I'm currently looking for a better solution.

* Revert "replace docs links with source"

This reverts commit b40cfc9632.
2021-08-23 14:33:02 -04:00
CyrusNajmabadi 88825dd480
Merge pull request #5094 from dotnet/Update-raw-string-literal-examples
Update raw-string-literal.md
2021-08-21 10:11:19 -04:00
Mads Torgersen 1d95494330
Update LDM agenda 2021-08-20 12:31:41 -07:00
Charles Stoner 73af544295
Update README.md 2021-08-20 12:17:25 -07:00
CyrusNajmabadi 8255f7d434
Update raw-string-literal.md 2021-08-20 12:09:52 -07:00
Charles Stoner 341d5184ba
Update README.md 2021-08-19 20:50:47 -07:00
Jared Parsons 085024139e
Clarify span safety rules for readonly receivers (#5083)
* Clarify span safety rules for readonly receivers

The compiler excludes receivers from the "Must Arguments Must Match"
rules when the type is a `readonly struct`. This exclusion was not
covered in the rules.

* Apply suggestions from code review

Co-authored-by: Fred Silberberg <fred@silberberg.xyz>

Co-authored-by: Fred Silberberg <fred@silberberg.xyz>
2021-08-19 12:10:53 -07:00
Ruslan Batkaev 9a18b64732
fix typo 'of' -> 'or' (#3026) 2021-08-18 11:23:29 -07:00
Julien Couvreur 6b0f5be210
Update README.md 2021-08-17 22:16:55 -07:00
Fred Silberberg cf9794dbb5
Added another ASAP issue for discussion. 2021-08-17 13:24:11 -07:00
Rikki Gibson 2329ddd55f
Add partial base type nullability differences agenda item (#5069) 2021-08-17 10:17:41 -07:00
Bill Wagner 134702a58a
fix missing links (#5025)
A few links to the standard did not include the folder path.
2021-08-11 10:19:59 -04:00
Rikki Gibson 815cb6903b
Specify when record struct synthesized members are 'readonly' (#4890) 2021-08-10 14:52:53 -07:00
Bill Wagner 0e4b7363ec
fix build warnings in docs (#5018)
Most of the fixes are updating links to sections of the spec so that they work correctly.

Other fixes include semantic markdown:
- exactly 1 H1 heading in each file.
- ATX style headers.
2021-08-10 17:27:10 -04:00
Bernd Baumanns 1714a1ef92
pattern-match-span-of-char-on-string.md is not part of csharp 10 (#5001) 2021-08-05 10:19:29 -07:00
Julien Couvreur 5b473bcf77
Add C# 10 to language history (#4996) 2021-08-04 22:08:23 -07:00
Charles Stoner 4907038e8e
Update lambda / method group natural type to use "function type" (#4728) 2021-08-04 12:15:52 -07:00
Alireza Habibi 2c0481fb22
Update list-patterns.md (#4982) 2021-08-03 10:43:48 -07:00
Fred Silberberg 9a6e23e589
Add topic for when LDM is back. 2021-08-02 13:54:22 -07:00
Julien Couvreur 614edd88d7
Create raw-string-literal.md 2021-07-30 20:59:16 -07:00
Fred Silberberg 1dbcfb485c
Remove no longer needed proposal status checkboxes. (#4977) 2021-07-28 16:14:48 -07:00
Julien Couvreur dcbaa81525
Fix some links (#4976) 2021-07-27 12:34:38 -07:00
Julien Couvreur 1788bfd3ad
Move shipped proposals to csharp-10.0 folder (#4973) 2021-07-27 11:35:55 -07:00
Joseph Musser 9df76ef6c6
Fix typos (#4970) 2021-07-26 19:57:19 -07:00
Fred Silberberg 9f5c1d13c0 Added notes for July 19th and 26th, 2021 2021-07-26 17:46:50 -07:00