csharplang/proposals
Rikki Gibson 4df3296a0f
Update param-nullchecking proposal (#5397)
2021-11-10 15:17:49 -08:00
..
csharp-6.0 Create empty-params-array.md 2020-09-03 14:44:12 -07:00
csharp-7.0 Several corrections to task-types.md (#5253) 2021-10-06 21:41:54 -07:00
csharp-7.1 Deleted confusing task lists from proposals (#5232) 2021-09-28 12:51:58 -07:00
csharp-7.2 Deleted confusing task lists from proposals (#5232) 2021-09-28 12:51:58 -07:00
csharp-7.3 Fix Typo (#4438) 2021-02-12 15:59:31 -08:00
csharp-8.0 Explicitly specify the order of evaluation for implicit Index/Range support (#5380) 2021-11-05 06:40:36 -07:00
csharp-9.0 Remove value type restriction on nullable suppressions 2021-10-19 16:57:48 -07:00
csharp-10.0 Update lambda-improvements.md to match language design decisions (#5388) 2021-11-09 12:02:49 -08:00
inactive Add folders and READMEs 2017-01-27 11:02:27 -08:00
rejected Remove static delegates proposal (#4448) 2021-02-18 09:55:02 -08:00
README.md Fix dead links (#4525) 2021-03-11 10:10:25 -08:00
declaration-expressions.md markdown fixes 2019-03-06 22:28:47 -08:00
discriminated-unions.md Updated records in proposal "discriminated-unions" (#4014) 2020-10-15 10:51:54 -07:00
fixed-sized-buffers.md markdown fixes 2019-03-06 22:28:47 -08:00
format.md Fix typos in format proposal 2019-04-04 14:58:14 +02:00
intptr-operators.md markdown fixes 2019-03-07 10:00:39 -08:00
intrinsics.md Fixed typos (#2167) 2019-02-12 13:45:25 -08:00
list-patterns-enumerables.md Split list patterns on enumerables (#4793) 2021-05-30 22:02:01 -07:00
list-patterns.md Update list-patterns.md (#5364) 2021-10-29 13:44:15 -07:00
low-level-struct-improvements.md Fix a couple of issues (#5188) 2021-09-14 12:21:06 -07:00
new-line-in-interpolation.md Update new-line-in-interpolation.md 2021-10-15 10:27:05 -07:00
non-record-primary-constructors.md Update non-record-primary-constructors.md 2021-10-19 16:47:39 -07:00
null-conditional-await.md markdown fixes 2019-03-07 10:00:39 -08:00
nullable-constructor-analysis.md Update nullable-constructor-analysis.md (#3794) 2020-08-13 16:29:11 -07:00
nullable-enhanced-common-type.md Fix dead links (#4525) 2021-03-11 10:10:25 -08:00
nullable-parameter-default-value-analysis.md Add nullable parameter default proposal (#4101) 2020-11-06 09:57:45 -08:00
param-nullchecking.md Update param-nullchecking proposal (#5397) 2021-11-10 15:17:49 -08:00
params-span.md Fix relative links in params-span.md (#5389) 2021-11-08 11:01:59 -08:00
pattern-match-span-of-char-on-string.md pattern-match-span-of-char-on-string.md is not part of csharp 10 (#5001) 2021-08-05 10:19:29 -07:00
pattern-variables.md Add pattern-variables.md (#4592) 2021-10-04 13:02:43 -07:00
pointer-null-coalescing.md Added mention ??= rules 2020-07-07 09:48:49 -04:00
primary-constructors.md Create primary-constructors.md 2019-07-23 15:31:23 -07:00
proposal-template.md Remove abbreviations from the text (#68) 2017-02-13 14:59:12 -08:00
raw-string-literal.md Update raw-string-literal.md 2021-08-20 12:09:52 -07:00
readonly-locals.md fix formatting 2019-03-07 10:03:08 -08:00
repeated-attributes.md Fix dead links (#4525) 2021-03-11 10:10:25 -08:00
required-members.md Update required-members.md (#5147) 2021-09-04 23:29:26 -07:00
semi-auto-properties.md Update semi-auto-properties.md 2021-10-15 12:53:13 -07:00
static-abstracts-in-interfaces.md Update "Unresolved questions" in static-abstracts-in-interfaces.md (#5249) 2021-10-05 14:49:13 -07:00
using-alias-types.md Update using-alias-types.md 2021-09-10 14:56:54 -07:00
utf8-string-literals.md Fixup utf8 string proposal (#5355) 2021-10-27 09:50:16 -07:00
variance-safety-for-static-interface-members.md Fix typo 'retconn' (#4233) 2020-12-14 20:33:50 -08:00

README.md

C# Language Proposals

Language proposals are living documents describing the current thinking about a given language feature.

Proposals can be either active, inactive, rejected or done. Active proposals are stored directly in the proposals folder, inactive and rejected proposals are stored in the inactive and rejected subfolders, and done proposals are archived in a folder corresponding to the language version they are part of.

Lifetime of a proposal

A proposal starts its life when the language design team decides that it might make a good addition to the language some day. Typically it will start out being active, but if we want to capture an idea without wanting to work on it right now, a proposal can also start out in the inactive subfolder. Proposals may even start out directly in the rejected state, if we want to make a record of something we don't intend to do. For instance, if a popular and recurring request is not possible to implement, we can capture that as a rejected proposal.

The proposal may start out as an idea in a discussion issue, or it may come from discussions in the Language Design Meeting, or arrive from many other fronts. The main thing is that the design team feels that it should be done, and that there's someone who is willing to write it up. Typically a member of the Language Design Team will assign themselves as a champion for the feature, tracked by a Champion issue. The champion is responsible for moving the proposal through the design process.

A proposal is active if it is moving forward through design and implementation toward an upcoming release. Once it is completely done, i.e. an implementation has been merged into a release and the feature has been specified, it is moved into a subdirectory corresponding to its release.

If a feature turns out not to be likely to make it into the language at all, e.g. because it proves unfeasible, does not seem to add enough value or just isn't right for the language, it will be rejected. If a feature has reasonable promise but is not currently being prioritized to work on, it may be declared inactive to avoid cluttering the main folder. It is perfectly fine for work to happen on inactive or rejected proposals, and for them to be resurrected later. The categories are there to reflect current design intent.

Nature of a proposal

A proposal should follow the proposal template. A good proposal should:

  • Fit with the general spirit and aesthetic of the language.
  • Not introduce subtly alternate syntax for existing features.
  • Add a lot of value for a clear set of users.
  • Not add significantly to the complexity of the language, especially for new users.

Discussion of proposals

Feedback and discussion happens in discussion issues. When a new proposal is added to the proposals folder, it should be announced in a discussion issue by the champion or proposal author.