Replies: 4 comments
-
Not true. See: |
Beta Was this translation helpful? Give feedback.
-
Hey @RehanSaeed , sorry to comment on a new issue but the following gives me compiler errors, at least in razor:
Cannot convert |
Beta Was this translation helpful? Give feedback.
-
Copied the unit test verbatim too and it's complaining in a .cs file as well, weird |
Beta Was this translation helpful? Give feedback.
-
Oh snap, figured it out. That snapshot of a unit test in time is no longer valid. Pulled latest master and it was working, as one would expect, but was using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
BreadcrumbList.ItemListElement should be a list, as it has to allow many itemlist elements like so:
But in the current implmentation, only one itemlistelement is allowed.
Beta Was this translation helpful? Give feedback.
All reactions