Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark using static as completed #365

Merged
merged 1 commit into from
Aug 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/v6-feature-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature | PR | Notes
[#48](https://github.com/dotnet/csharpstandard/issues/48) - initialization of an accessible indexer | [#8](https://github.com/dotnet/csharpstandard/pull/8) | This also handled the initialization of associative collections using indexers
[#49](https://github.com/dotnet/csharpstandard/issues/49) - expression-bodied function members | [#4](https://github.com/dotnet/csharpstandard/pull/4) | ***COMPLETED***<br/>The "What's New" page only mentions methods and properties; however, the final edits also included indexers and operators as well. As a by-product, this PR also took care of adding support for automatically implemented property initializers
[#50](https://github.com/dotnet/csharpstandard/issues/50) - read-only automatically implemented properties | [#11](https://github.com/dotnet/csharpstandard/pull/11) | ***COMPLETED***
[#51](https://github.com/dotnet/csharpstandard/issues/51) - using static | [#9](https://github.com/dotnet/csharpstandard/pull/9) |
[#51](https://github.com/dotnet/csharpstandard/issues/51) - using static | [#9](https://github.com/dotnet/csharpstandard/pull/9) | ***Completed***
[#52](https://github.com/dotnet/csharpstandard/issues/52) - nameof | [#10](https://github.com/dotnet/csharpstandard/pull/10), [#250](https://github.com/dotnet/csharpstandard/pull/250) | ***COMPLETED***
[#53](https://github.com/dotnet/csharpstandard/issues/53) - exception filter | [#2](https://github.com/dotnet/csharpstandard/pull/2) |
[#54](https://github.com/dotnet/csharpstandard/issues/54) - null-conditional operator | [#7](https://github.com/dotnet/csharpstandard/pull/7) |
Expand Down