What is the recommended approach for resolving these two warnings? #4210
|
Answered by
glennawatson
Dec 27, 2025
Replies: 2 comments 4 replies
|
I am also searching for an answer to that question. This is related to #4018 @glennawatson , do you know a way to suppress these warnings without
|
3 replies
|
I created a pull request draft for fixing incorrect warnings for some of the most used methods: #4242 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Couple things, we'd need to do the evaluation in order of dependency libraries. Eg Splat, then RxUI.
Since Splat is where the majority of the IL warnings come from we'd have to wait until I did a sweep through that library first.
Also #4239 is a pre-requisite for any of this work.
I'd prefer to do the work myself on this one but thanks for the willingness to jump in and help.