Joel Turner

Results 3 issues of Joel Turner

Method IntentManaged Attributes duplicating when they exist on Solution file in Merge mode and exist in the Template with a different signature. ![pasted image at 2018_01_15 10_17 pm](https://user-images.githubusercontent.com/11704606/34960250-be3f37c2-fa42-11e7-821c-24b01e6572ee.png)

In the Dapr Secret store local file examples they tend to use relative file paths to the secrets file, which doesn't seem to work when using SideKick. I keep getting...

I am trying to use `System.Linq.Dynamic.Core` with MongoFramework to achieve text based ordering for a UI, e.g. query = query.OrderBy("Name"); Under the hood this library is using the LinqProdivder's `CreateQuery`...