Blazor Server vs WASM - different output on enumerable is ICollection<int>
#59719
Labels
area-blazor
Includes: Blazor, Razor Components
enumerable is ICollection<int>
#59719
Is there an existing issue for this?
Describe the bug
Blazor app and this code:
Expected Behavior
The result should be the same on Blazor Servers and Blazor Wasm.
Steps To Reproduce
Clone this bug report repo (simple blazor app), run the app and visit:
isCollection
astrue
false
(it will briefly havetrue
because of pre-rendering, but that's not the point)Exceptions (if any)
No response
.NET Version
9.0.100 (but was also on 8)
Anything else?
No response
The text was updated successfully, but these errors were encountered: