Replies: 4 comments
|
Not true. See: |
0 replies
|
Hey @RehanSaeed , sorry to comment on a new issue but the following gives me compiler errors, at least in razor: Cannot convert |
0 replies
|
Copied the unit test verbatim too and it's complaining in a .cs file as well, weird |
0 replies
|
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
All reactions