Ivan Josipovic
Ivan Josipovic
Hi everyone, Life has gotten rather busy over the last year and I don't have as much time as I used to continue enhancing this library. Myself and many contributors...
Roadmap
High level roadmap, any help or suggestions are appreciated! - [ ] Documentation - [ ] More Examples - [ ] Row - [x] Custom Template - [ ] Per...
Currently when publishing a Windows based Hybrid Blazor App, it will publish the executable and the wwwroot folder. Are there any plans to support embedding the wwwroot into the executable?...
Hi, I'm trying to build a C# CLI for [MuleSoft CloudHub APIs](https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/cloudhub-api/). The RAML is located here, [RAML](https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/cloudhub-api/) After using the v3.0.0-preview to convert the RAML to a C# Client,...
What are your thoughts on having this grid support OData style parameters for sorting/filtering/paging. This would make it much simpler to implement the server side of things. See example: https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/supporting-odata-query-options
Added YamlDotNet.System.Text.Json
Zdravo Currently Comment renders the following: ``` // my comment public class MyClass ``` I would like Comment to render the following: ``` /// /// my comment /// public class...
Currently, this NuGet package bundles the "plotly-latest.min.js", I would like to use the "plotly-basic.min.js" script as its much smaller in size.
This PR fixes mapping JsonPropertyAttributes to YamlDotNet Property Names for external types. Currently, "WithOverridesFromJsonPropertyAttributes" only maps JsonPropertyAttributes in the KubernetesClient.Models assembly.