Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
There was an error while loading. Please reload this page.
This line generates
string.Format ()code that causes a warning on newer CSC versions.https://github.com/xamarin/java.interop/blob/master/tools/generator/Java.Interop.Tools.Generator.CodeGeneration/CodeGenerator.cs#L846
We should change this to generate code that doesn't trigger the warning:
https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1305