Goncalo Oliveira

Results 10 issues of Goncalo Oliveira

#132 ASPNET Functions templates (C# and F#) Signed-off-by: Goncalo Oliveira

new-contributor

TypeScript templates built on top of Node 14 and `of-watchdog`. You can choose between [Express](https://expressjs.com/) and [Fastify](https://www.fastify.io/). The `typescript` template will generate a function based on Express and `typescript-fastify` will...

Templates for C# and F# languages, built on top of ASPNET 5. The templates offer a structure that is more familiar to those used to MVC or WebApi, providing an...

Consider the following structure ```csharp public class Person { public string Name { get; set; } public Dictionary Metadata { get; set; } } ``` The encoder doesn't seem to...

Depending on the quality of the photo and the steadiness of the photographer, the text recognized can sometimes be misinterpreted. For example, an `I` might be read as an `L`...

When including a dependency on the schema, the way that dependency is added to the model, is up to the implementation of the resource. The [C# implementation](https://github.com/goncalo-oliveira/rest-schema-aspnet/) as an usage...

**Describe the bug** When using a nullable boolean with an option of type `CommandOptionType.SingleOrNoValue`, the argument value isn't binded. It only works if the property isn't nullable. **To Reproduce** Using...

bug

**FTP Server OS:** Ubuntu 20.04 **FTP Server Type:** Vsftpd **Client Computer OS:** Debian **FluentFTP Version:** 50.0.1 **Framework:** .NET 7 I'm getting a `Timed out trying to read data from the...

possible bug
incorrect usage
vsftpd-server
response requested

### Library name and version Azure.Core 1.40.0 ### Describe the bug Consider the following GeoJson point ```json { "coordinates": [ -1.740572, 52.487343 ], "type": "Point", "crs": null, "bbox": null }...

Client
Azure.Core
customer-reported
question
needs-team-attention

``` .NET 8 Norm.net 5.4.0 PostgreSQL 15.1 (Ubuntu 15.1-1.pgdg20.04+1) on aarch64-unknown-linux-gnu ``` Hi, I'm seeing the following mapping error ``` Can't map null value for database field "claims" to non-nullable...