CSharpEssentials
CSharpEssentials copied to clipboard
CodeFix error shows up as `UseExpressionBodiedMemberCodeFix`
trafficstars
Friendly name is missing in code fix message.

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.