Releases: Machibuse/Porticle.Grpc.TypeMapper
Release list
Release v1.14
Release v1.13
Nuget Release für Porticle.Grpc.TypeMapper v1.13.
Release v1.12
Nuget Release für Porticle.Grpc.TypeMapper v1.12.
Added [NullableValueTypes] for Messages that generates nullable annotations for string, string? and message properties.
Release v1.10.0
Nuget Release für Porticle.Grpc.TypeMapper v1.10.0.
Release v1.9.0
Nuget Release für Porticle.Grpc.TypeMapper v1.9.0.
ADD try/catch to custom ToString Implementation, because i crashes when other site sends maleformed Guid-Strings
Release v1.8.0
Nuget Release für Porticle.Grpc.TypeMapper v1.8.0.
Implement ICistomDiagnosticMessage für every Message to fix ToString() för Guid lists.
Release v1.6.0
Nuget Release für Porticle.Grpc.TypeMapper v1.6.0.
Added Support to initialize lists of guid like this.
Guid[] guids = [Guid1, Guid2, Guid3];
var message = new Message { ListOfGuid = { guids } };Release v1.5.0
Nuget Release für Porticle.Grpc.TypeMapper v1.5.0.
Release v1.4.1
Nuget Release für Porticle.Grpc.TypeMapper v1.4.1.
Changes Packet from CLI tool to an msbuild task.
Release v1.3.5
Nuget Release für Porticle.Grpc.TypeMapper v1.3.5.
- Remove verbose Logging Output