Results 10 comments of Brains

Even more awesome samples on Pinterest: - https://www.pinterest.com/johncartan/sankey-diagrams/ - https://www.pinterest.com/liberte721/sankey-like-charts/

Using `FSharp.Data, 3.3.3` # I confirm that specifying `ResolutionFolder` fixes error with `import` in `.xsd` schema at design-time (in runtime had no error initially) # > it appears that the...

> Thanks, @MikeLyttle. 2 years later and your answer was a huge help. For me as well. Thanks @MikeLyttle

> This is most likely a threading issue, in version 0.x any series inherit from FrameworkElement, thus the object could be running in the UI thread. Wrapped everything I could...

Found solution and described it here https://github.com/Live-Charts/Live-Charts/issues/540#issuecomment-1120184138

I need it too. I want to mark my substitutes in the _Output_ window because now I have this: ``` Expected: not collection containing But was: < , > ```...

> SalesforceSharp works with API version 28.0 by default as you can see in the [SalesforceClient](https://github.com/giacomelli/SalesforceSharp/blob/73fce23ce6a567ae142f968e68195aa21074add7/src/SalesforceSharp/SalesforceClient.cs#L46) class. Change the value for [ApiVersion](https://github.com/giacomelli/SalesforceSharp/blob/73fce23ce6a567ae142f968e68195aa21074add7/src/SalesforceSharp/SalesforceClient.cs#L63) property to a newer version after calling the...

Checked that `WorkOrder` object from https://github.com/giacomelli/SalesforceSharp/issues/36#issue-536757216 is available as well. The issue can be closed?

Or just `3` spaces instead of `1` ![image](https://user-images.githubusercontent.com/5301844/65745661-1d0d2e80-e105-11e9-9eb4-48ffa10950a8.png)

I am using `MahApps.Metro` and needed this default style everywhere for old `.NET 4.6.2` target: ```xml ``` For `.NET 8` I did not require it anymore though (no idea why),...