ProtoTypes icon indicating copy to clipboard operation
ProtoTypes copied to clipboard

F# type provider for Google Protocol Buffers

Results 6 ProtoTypes issues
Sort by recently updated
recently updated
newest added

:wave: GitHub disabled TLS 1.0 and TLS 1.1 on February 22nd, which affected Paket's bootstrapper. It needs to be updated to 5.142 or later. You can read more about this...

1. [ ] Null-checks when serializing 2. [ ] Remove unused namespaces 3. [ ] Fix compiler warnings related to not checked patterns 4. [ ] Comments 5. [ ]...

See https://github.com/fsprojects/FSharp.Data.SqlClient/blob/master/src/SqlClient/SqlEnumProvider.fs as example

Might be not that important for proto2, but it's definitely useful for proto3

So far, there's no need to support both proto2 and proto3, so to keep things simpler, proto3 only will be supported for now