CSharpEssentials icon indicating copy to clipboard operation
CSharpEssentials copied to clipboard

CodeFix error shows up as `UseExpressionBodiedMemberCodeFix`

Open conniey opened this issue 10 years ago • 1 comments
trafficstars

Friendly name is missing in code fix message.

codefix useexpressionbodiedmembercodefix

conniey avatar Aug 11 '15 18:08 conniey

Sadly, it looks like it's baked into Roslyn to use the type name of the provider: https://github.com/dotnet/roslyn/blob/master/src/EditorFeatures/Core/Implementation/EditorLayerExtensionManager.cs#L73.

DustinCampbell avatar Nov 16 '15 19:11 DustinCampbell