csharplang/meetings/2019
2019-03-08 14:36:48 -08:00
..
LDM-2019-01-07.md Fix typo 2019-01-11 13:20:33 -08:00
LDM-2019-01-09.md Add LDM notes for Jan 9th, 2019 2019-01-15 16:09:37 -08:00
LDM-2019-01-14.md LDM notes for 2019-01-14 2019-01-17 15:59:39 -08:00
LDM-2019-01-16.md IAsyncEnumerable -> IAsyncEnumerator 2019-01-28 01:27:48 -08:00
LDM-2019-01-23.md Add LDM notes for Jan 23, 2019 2019-01-27 20:12:33 -08:00
LDM-2019-02-13.md Update LDM-2019-02-13.md (#2278) 2019-02-28 06:46:20 -08:00
LDM-2019-02-20.md Add notes for Feb. 20th, 2019 2019-03-04 19:43:51 -08:00
README.md Update README.md 2019-03-08 14:36:48 -08:00

Upcoming meetings for 2019

Schedule ASAP

Schedule when convenient

  • Discussion of refreshing language spec (Neal)
  • Allowing pattern-based foreach and await foreach to bind to an extension GetEnumerator/GetAsyncEnumerator and MoveNext/MoveNextAsync (Julien/Chris)
  • Making a CancellationToken available in async-iterator method bodies; possibly reserving a keyword (Julien/Stephen)
  • Syntax of positional records/primary constructors (Andy)
  • Nullable sidecar files (Immo)
  • Nullable Reference Types: Open LDM Issues https://github.com/dotnet/csharplang/issues/2201

Recurring topics

  • Triage championed features
  • Triage milestones
  • Design review

Mar 27, 2019

Mar 25, 2019

  • Design review

Mar 13, 2019

Mar 6, 2019

Mar 4, 2019

  • Nullable user studies (Phillip Carter)
  • Interpolated string optimizations (Jared, Jeremy Kuhne)

Feb 27, 2019

Feb 25, 2019

C# Language Design Notes for 2019

Overview of meetings and agendas for 2019

Feb 20, 2019

C# Language Design Notes for Feb 20, 2019

Feb 13, 2019

C# Language Design Notes for Feb 13, 2019

Jan 23, 2019

C# Language Design Notes for Jan 23, 2019

Function pointers (Updated proposal)

Jan 16, 2019

C# Language Design Notes for Jan 16, 2019

  1. Shadowing in lambdas
  2. Pattern-based disposal in await foreach

Jan 14, 2019

C# Language Design Notes for Jan 14, 2019

Jan 9, 2019

C# Language Design Notes for Jan 9, 2019

  1. GetAsyncEnumerator signature
  2. Ambiguities in nullable array type syntax
  3. Recursive Patterns Open Language Issues https://github.com/dotnet/csharplang/issues/2095

Jan 7, 2019

C# Language Design Notes for Jan 7, 2019

Nullable:

  1. Variance in overriding/interface implementation
  2. Breaking change in parsing array specifiers