Tomas Grosup
Tomas Grosup
The diagnostics for incorrect usages updated and reflected in tests: - ambigous usage of _ - using non-atomic expressions after _.
FindAllReferences behaves differently than GetUsesOfSymbolInFile, it is not even symmetric. FindAllReferences (what powers rename), when applied on the 4 occurences of this sample, always returns something else. Depending on the...
Yep we did yesterday. Right now it all hints towards the "optimized" code path for Rename (and also find references) not returning all hits. The naive way of making things...
Optimized code path for FindBackgroundReferencesInFile which then uses ItemKey.fs and binary blobs.
As of now, the sig data remains as it was (= "too much"), however the MVID calculation does not take into account which eliminates the main drawback for ref assembly...
It would be good to get a set of real use cases and what it takes today to fullfill them, e.g. from the UnrealCLR engine or similar. Even when the...
Díky! Objevil jsem pár tipů, které určitě prozkoumám.
> Nice work! One note - as the amount of null checks will be dramatically increased, null propagation operator will be very useful. @dsyme closed the issue as covered by...