ptrushin

Results 5 issues of ptrushin

When I try to create WorkItem with Author field I get an exception > Response status code does not indicate success: 403 (Forbidden). I think it is because method CreateWorkItemForIssue...

**Assemblies affected** ASP.NET Core OData 8.x **Describe the bug** When [Select] attribute on Entity without [Page(MaxTop = 100)] attribute, then MaxTop set to 0 For entity without [Select] attribute all...

bug

List, create, etc https://docs.gitlab.com/ee/api/boards.html Please! Thanks!

Now IgnoreDataMember applies always. I need an ability to apply it only when entity with this property in expand. This will solve security problems. For example: * when i get...

feature

I have ``` [Owned] public class Properties { public string Property1 {get;set;} } public class Main { public Properties Properties {get;set;} ... } ``` And I want to configure Property1...

followup
feature