We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is.
To Reproduce Code example that reproduces the behavior:
[Fact] public void Issue() { ... }
Expected behavior A clear and concise description of what you expected to happen.
Background (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Sometimes the build fails for mono with the following exception:
Error Message: System.BadImageFormatException : Method has zero rva Stack Trace: at TestableHttpClient.Tests.HttpRequestMessagesCheckExtensionsTests.WithHeaderName.WithHeader_WithNumberOfRequests_NullOrEmptyHeaderName_ThrowsArgumentNullException (System.String headerName) [0x0001d] in <bbb5375ffda3455a80a3e0ca0871039f>:0 at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&) at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <d636f104d[58](https://github.com/testablehttpclient/TestableHttpClient/actions/runs/6274680107/job/17040530289#step:9:59)046fd9b195699bcb1a744>:0
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Code example that reproduces the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Background (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: