We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link all
No failure
LinkedAwayGenericTypeAsOptionalMemberInProtocol fails.
LinkedAwayGenericTypeAsOptionalMemberInProtocol
Xamarin.iOS.dll still has the type. There's quite a few things that are not removed - just not sure which one is responsible yet...
Xamarin.iOS.dll
main
link all.csproj
The text was updated successfully, but these errors were encountered:
With ILLink (dotnet) the types mentioned (as Type) inside an attribute are marked. This makes it impossible to pass this test.
Type
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfigureView", Selector = "configureViewForParameters:", ParameterType = new Type [] { typeof (global::Foundation.NSSet<global::Foundation.NSString>) }, ParameterByRef = new bool [] { false })]
That's a "less than legacy" situation. However in other cases this different behaviour from the linker is positive, see #11985
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce
Link all
for dotnetExpected Behavior
No failure
Actual Behavior
LinkedAwayGenericTypeAsOptionalMemberInProtocol
fails.Xamarin.iOS.dll
still has the type. There's quite a few things that are not removed - just not sure which one is responsible yet...Environment
main
Example Project (If Possible)
link all.csproj
The text was updated successfully, but these errors were encountered: