Youssef Victor
Youssef Victor
GitHub Issue (If applicable): closes #9640 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? Calling `ClearValue` or `SetValue` with...
GitHub Issue (If applicable): Part of #2240 ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior?...
Can we have some mechanism that selectively run part of the checks, depending on the files changed? For example, if files changed in a PR are **all** `.wasm.cs`, then we...
@sharwell @jmarolf can someone review? Thanks!
I think the CType is an operator, not a function. Same thing applies to these articles: - https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/functions/conversion-functions - https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/functions/type-conversion-functions Please, correct me if I'm mistaken. Once this issue is...
See https://github.com/dotnet/docs/pull/16685#discussion_r370459226
 It should be a little bit to the right. This only reproduces when using tabs for indentation.
Fixes #64142 Per my understanding, this is the root cause of https://github.com/unoplatform/uno/issues/7506
This is a bad code I introduced in https://github.com/dotnet/roslyn/pull/53942 :) `abstractsOnly` local should be removed altogether and the take the "false" code path for any condition relies on it. Repro...
GitHub Issue (If applicable): # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ## PR...