Luiz Fernando Bicalho
Luiz Fernando Bicalho
Did anyone suceeded in addng a watermark to the template, with a tranformation and make it work? Mine was like this
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) This is an Idea to create a function to map the result on the FormlySelectOptionsPipe What...
**Question** I'm using kendo to make my form, and my form has a select box I got from my url the objects with properties Id, Description, Timestamp, and more properties...
I created this classes ```C# [Table("Left")] public class Left { [DatabaseGenerated(DatabaseGeneratedOption.Identity)] [Key] public int Id { get; set; } [DisallowNull] public virtual Child Child { get; set; } = null!;...
The previous PR had a merge problem Closes #3800
I would like to create the tasks after some condition, without clicking the button. Is there a way to do this?
I got this error to generate the c# autorest --input-file=../openapiv2.json --csharp --output-folder=API --namespace=Zenvia.API --v3 and that's the result AutoRest code generation utility [cli version: 3.0.6247; node: v12.18.3, max-memory: 2048 gb]...
Closes #3068 @rockfordlhotka I added nullable reference types on the generator, please check if the changes to enable nullable that I added are ok for you
The method `UseLocalProxy` now directly initializes a new `LocalProxyOptions` instance without checking for an existing instance. The conditional logic that checked for an existing `IDataPortalProxy` service and its implementation instance...