-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Test using the .NET 6 SDK and stop adding a duplicate compile item for WPF #90
base: master
Are you sure you want to change the base?
Conversation
#pragma warning disable CS8614 // In CLI builds: Nullability of reference types in type of parameter 'x' of 'bool ArrayDimensionEqualityComparer.Equals(ArrayDimension x, ArrayDimension y)' doesn't match implicitly implemented member 'bool IEqualityComparer<ArrayDimension>.Equals(ArrayDimension x, ArrayDimension y)'. | ||
public bool Equals(ArrayDimension x, ArrayDimension y) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sharwell ArrayDimension is a struct coming from the Mono.Cecil package. This issue doesn't repro unless RAA is rewriting reference assemblies.
Not sure if this is an existing RAA problem when used normally or whether it's a regression introduced in this PR.
…ildInternal' is not a valid known type."
This build failure is surprising, will have to come back and look closer when I have time to guess at what caused it.
|
Fixes #89 (CI doesn't show it till we fix some unrelated things, but running the test locally does)
The
[research needed]
commit is unrelated to #89 and looks like it will be annoying to figure out.