DotNetAnalyzers / NullParameterCheckRefactoring

Null Parameter Check Refactoring for Reference Type Parameters
MIT License
14 stars 4 forks source link

Consider using nameof operator whenever appropriate #17

Open tugberkugurlu opened 9 years ago

tugberkugurlu commented 9 years ago

Refer to: https://github.com/DotNetAnalyzers/NullParameterCheckRefactoring/pull/15#discussion_r20571916

sharwell commented 9 years ago

This is currently blocked on the feature being implemented in the language itself.

https://roslyn.codeplex.com/wikipage?title=Language%20Feature%20Status

AdamSpeight2008 commented 9 years ago

Hence the comment in the VB.net code remind me where to update the code.