Mathias Reichardt

Results 2 issues of Mathias Reichardt

When using URL decomposition with Attribute `[KeyFromUri]` a user provided URL is decomposed and keys are placed in proper variables. ``` [KeyFromUri(typeof(MyHto), "MyKeyUrl")] public Guid MyKeyGuid { get; set; }...

Deconstructing (with model binder) does not work, arrays with Uris are empty Example parameter object: ```cs { "Container": [ { "Property": 0, "MyHtos": {"href": "https://example.com/api/MyHto/72a53d9c-eeee-495c-9287-0f67b48e000a"} }, { "Property": 32, "MyHtos":...

bug