Parker
Parker
CC#
Created by Parker on 11/20/2024 in #help
How can I get format warning on the console?
I'm developing a .NET C# application for Linux and I was wondering if there's some way to get the warning I get on vscode like Remove unused parameter 'Sender'IDE0060 or Name can be simplified IDE0002 on the console? I tried with dotnet format and dotnet format analyzers but those didn't printed any of those warning and they didn't fix them either.
10 replies