-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
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
in
parameter
#316
Comments
Apart from that, some feedback, got some relatively small expressions compiled from
to
|
First probably is an issue but the full test will help or better the PR with test. See the IssueTests project for examples. Regarding the benchmarks I need the benchmark code to interpret them. I dont see what are you testing and how. |
Good point about the unit tests, I will create one. Tried my luck in case you already knew the limitation with the The benchmarks are just a celebratory comment to show how much improvement I am getting with FEC, just replacing a |
Got it. There were some bugs reported before with
Great. I am usually adding the ratio and the fec/fast words into the benchmarks to get the results by glance. Here I got it wrong :-) |
@sebastienros If your case is different, please provide the test or PR (in the same file) and reopen the issue. |
I assume you don't publish your master branch on myget (for instance) automatically to test before it's released? |
No. Mmm.. I will check some options Tomorrow. |
@sebastienros v3.2.2 is on NuGet |
Saw that thank you, and was looking for a sponsor page on GH :/ doesn't work in Belarus? |
Honestly did not check. I am in Spain now.. so maybe it works. Will figure it out :) |
It would definitely work, should be super easy to setup. At least even if you get a cerbeza worth of it you should do it. |
@sebastienros Hi, I have setup the Sponsors. GitHub was taking its time to approve, otherwise yes, it was rather simple procedure. |
@sebastienros OMG thanks! :-) |
On net6.0 only, with this class
Try to create an instance like this:
Fails with a message similar to "invalid CLR ..." when invoking the lambda. Works fine when I remove the
in
marker in the arguments list. Works fine on netcoreapp3.1 and net5.0 in my tests.The text was updated successfully, but these errors were encountered: