Rodrigo Ramos Silva
Rodrigo Ramos Silva
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported ### Cake runner Cake .NET...
First of all, that's feature request. When using `sp_helptext` command, it would be better not to print the "frame" (Example 1) where the output of the command is inside of....
Hi there. I noticed that the `ngx-currency` only formats the content when it comes from the property `formControlName`. Is it by the design? I think would be better if it...
## Description Creating a new cake script using `dotnet tool` and try to use any alias from Cake.SqlServer, we get the following error: ``` (3292,5): error CS0012: The type 'SqlConnection'...
I have customized my FluentMigrator project using IConventionSet but it doesn't seems to be considered when creating the infrastructure object (e.g. VersionInfo table's indexes). **Example** I have the following class...
I have setup an IConvetionSet interface with schema name: ``` C# .AddSingleton(new DefaulltConvention("mySchema", null)); ``` When the following migration runs: ``` C# Alter.Table("my_table") .AlterColumn("date_table_column").AsDateTime().WithDefault(SystemMethods.CurrentDateTime); ``` It will show the following...