| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| testBase64PNG | ||
| "Invalid base64 string for Chart.toBase64PNGStringAsync" | ||
| } | ||
| testCase "Chart.toBase64JPGString" <| fun () -> |
There was a problem hiding this comment.
This is a great idea, as we can at least test if the render engine finishes this way. could you add this for the other image formats as well? maybe rename the tests to Chart.toBase64PNGStringAsync terminates etc
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Short explanation on the workaround.
Plus moved Async API to Task and Task<T> instead of F#'s Async, which makes it more convenient for C# users, and doesn't make it less convenient for F# users (aka pareto improvement 😆 )
Closes #320
Closes #306