Parker
Explore posts from serversCDCloudflare Developers
•Created by Parker on 4/22/2025 in #general-help
Cloudflare not sending invitation to add a new member

2 replies
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.11 replies