Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Ignore Lint MissingSuperCall (dotnet#935)
`lint` 26.1.1 added a new MissingSuperCall check to `lint`. This errors out if a class does NOT call `super.onCreate()`. Because our generated code doesn't need to call `super.onCreate()`, as the expectation is that the *managed subclass* will instead invoke `base.OnCreate()`.
- Loading branch information