You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I don't have a concrete scenario but looking at the code, we see the following three comments at the end of isCachedDataComplete
//validate operator into
//validate artist info
//validate wikipedia summary
So it sound like we might have the case that the cached data does not have all data and using the cached data could thus result in a view of a fountain which is incomplete (e.g. the artist is not shown -- we have encountered this for the Sardona fountain at some point, could have been the reason) . I don't know whether this is intentional or not
The text was updated successfully, but these errors were encountered:
robstoll
added
the
Bug
https://github.com/dotnet/roslyn/wiki/Labels-used-for-issues#bugs
label
Dec 10, 2021
robstoll
changed the title
looks like the completness check for cached data is only half baked
looks like the completeness check for cached data is only half baked
Dec 10, 2021
Describe the bug
I don't have a concrete scenario but looking at the code, we see the following three comments at the end of isCachedDataComplete
//validate operator into
//validate artist info
//validate wikipedia summary
So it sound like we might have the case that the cached data does not have all data and using the cached data could thus result in a view of a fountain which is incomplete (e.g. the artist is not shown -- we have encountered this for the Sardona fountain at some point, could have been the reason) . I don't know whether this is intentional or not
The text was updated successfully, but these errors were encountered: