sm-g

Results 5 comments of sm-g

Hi. For me this sevice does not contain expected complexity ("volatile policy, or use case, involving several aggregates") which should be covered by example. Why these fucntions are not in...

workaround: change theme (dark/ligth) mode

I have adapter of 3.7.0.0 version and `[Test, AutoData]` tests still not running.

1. I use solution specific settings: ![devenv_2018-04-09_15-25-19](https://user-images.githubusercontent.com/7280273/38497569-3b2a30ee-3c0a-11e8-9e3a-448b5a3cf753.png) 2. I use 4.6.1 for development and also have 4.7.1 I found that issue gone after I switch menu item: ![devenv_2018-04-09_15-27-30](https://user-images.githubusercontent.com/7280273/38497662-881585a2-3c0a-11e8-9809-3e1d68dfd8dd.png) Should it...

same for `forest` here after update from 6.8.2 to 7.4.0: ```cs DisjointForest forest = null; try { forest = DisjointForest.Create(models); } catch (ArgumentException ex) when (ex.Message.Contains("sss", StringComparison.OrdinalIgnoreCase)) { return result;...