Known Issues #2
StefanGreve
started this conversation in
General
Replies: 0 comments
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.
-
About
List of bugs that stem from dependencies or third-party software.
[README] Support HTML in Markdown NuGet/NuGetGallery#8644
The logo and header on all readme files don't render correctly due to the embedded HTML tags.
Add AOT-compatible XUnit runner dotnet/runtime#91069
The current XUnit Runner is not AOT compatible, but this might change with change 9.0.0 in the future.
Mock methods that take or return a Span<T> devlooped/moq#1049
In version v4 of
moq, setting up service methods that take or return types which exclusively live on the stack (such asReadOnlySpanis next to impossible. As of today, this is not part of the roadmap for v5)Beta Was this translation helpful? Give feedback.
All reactions