Linting - .NET MAUI

In MAUI, there is no linting tool itself, but the .NET build command (included in Visual Studio, Visual Studio for Mac, Visual Studio Code, and many other IDEs and text editors) always provides warning messages when code may have potential errors.

// No code required