csharplang/meetings/2020
2020-03-17 14:22:04 -07:00
..
LDM-2020-01-06.md Fix example in LDM-2020-01-06.md (#3090) 2020-01-13 14:08:58 -08:00
LDM-2020-01-08.md Add notes for Jan 8th, 2020 2020-01-13 14:06:20 -08:00
LDM-2020-01-15.md Add LDM notes for Jan. 15, 2020 2020-02-03 20:58:18 -08:00
LDM-2020-01-22.md Add LDM notes for Jan 22, 2020 2020-02-03 21:57:15 -08:00
LDM-2020-01-29.md Add meeting notes for Jan. 29, 2020 2020-02-07 19:12:05 -08:00
LDM-2020-02-03.md Add LDM notes for Feb. 3, 2020 2020-02-07 19:19:46 -08:00
LDM-2020-02-05.md Add meeting notes for Feb 5, 2020 2020-02-07 18:47:32 -08:00
LDM-2020-02-10.md Add LDM notes for Feb. 10, 2020 2020-02-19 20:28:52 -08:00
LDM-2020-02-12.md Add LDM notes for Feb. 12, 2020 2020-02-19 20:37:27 -08:00
README.md Update LDM Agenda 2020-03-17 14:22:04 -07:00

Upcoming meetings for 2020

Schedule ASAP

Schedule when convenient

Recurring topics

  • Triage championed features
  • Triage milestones
  • Design review

April 15, 2020

  • Is e is dynamic a "pure" null check? (Neal)
  • Reconsider: Target-typing ?: when the natural type isn't convertible to the target type. (Neal)
  • https://github.com/dotnet/csharplang/issues/2926 Target-typed simple identifier (Neal)
  • Reconsider: Inferred type of an or pattern is the "common type" of the two inferred types (Neal)

April 13, 2020

April 8, 2020

April 6, 2020

April 1, 2020

March 30, 2020

March 25, 2020

March 23, 2020

  • Feedback from MVP Summit on records etc. (Mads, Andy)

March 18, 2020

  • Records design (Mads, Andy)

March 11, 2020

  • Records design (Mads, Andy)

March 9, 2020

  • Digest feedback from design review
  • Records design (Mads, Andy)

Feb 26, 2020

  • Design review

Feb 24

Feb 19

Jan 29, 2020

  • Records: drilling in to individual features (Mads)

Jan 13, 2020

  • Records: Paging back in the previous proposal (Andy)

C# Language Design Notes for 2020

Overview of meetings and agendas for 2020

Feb 12

C# Language Design Notes for Feb. 12, 2020

Records

Feb 10

C# Language Design Notes for Feb. 10, 2020

Records

Feb 5

C# Language Design Notes for Feb. 5, 2020

Feb 3

C# Language Design Notes for Feb. 3, 2020

Value Equality

Jan 29, 2020

C# Language Design Notes for Jan. 29, 2020

Records: "With-ers"

Jan 22, 2020

C# Language Design Notes for Jan 22, 2020

  1. Top-level statements and functions
  2. Expression Blocks

Jan 15, 2020

C# Language Design Notes for Jan 15, 2020

Records

  1. "programming with data"
  2. Decomposing subfeatures of records

Jan 8, 2020

C# Language Design Notes for Jan 8, 2020

  1. Unconstrained type parameter annotation
  2. Covariant returns

Jan 6, 2020

C# Language Design Notes for Jan 6, 2020

  1. Use attribute info inside method bodies
  2. Making Task-like types covariant for nullability
  3. Casting to non-nullable reference type
  4. Triage