CodeTroopers

Results 3 comments of CodeTroopers

I have this problem when i call a table valued function that return these entities : ``` public class Location { [Column("IDX_PARENT")] public int ParentId { get; set; } public...

@amb-jarek Thank you for the hook, it works perfectly. For those who want to apply the hook only for debugging on android device just add the following condition on the...

### Another taskfile example ``` version: "3" dotenv: - .env env: PORT: {{$PORT | default: 8080}} tasks: echo: cmd: echo $PORT ``` ### Expected behavior If .env contains PORT=9999 ```...