-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Labels
Milestone
Description
This issue serves as a tracking issue to capture the initial list of Razor C# light bulbs that we're looking to deliver in the .NET 5 timeframe. This list is an attempt to capture the mainline light bulbs that are used in C# but not meant to be an exhaustive list. Note that it's very likely that this list will grow and shrink as time progresses.
In scope
- Add usings
- Remove and sort usings
- Refactor to code behind
- Fully qualify type name
- Extract to local
- Extract to method
- Extract to local function
- Change signature
- Implement interface
- Implement abstract class
- Simplify expression
- Remove unused code
- Rename
On the cut line
- Generate XYZ for private classes
- Field
- Read-only field
- Property
- Read-only property
- Read-only field
- Parameter
ryanelian and Banyc