Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 294 Bytes

xamarin.md

File metadata and controls

9 lines (6 loc) · 294 Bytes

Linting - Xamarin

With Xamarin, you can can use a lint tool with Xamarin.Android projects. Set the property AndroidLintEnabled to true in your .csproj.

Unfortunately, there is no built-in lint tool for Xamarin.iOS projects.

<AndroidLintEnabled>true</AndroidLintEnabled>