Skip to content

Releases: Machibuse/Porticle.Grpc.TypeMapper

Release v1.14

Choose a tag to compare

@Machibuse Machibuse released this 13 Jul 14:34
18afd54

Nuget Release für Porticle.Grpc.TypeMapper v1.14.

Release v1.13

Choose a tag to compare

@github-actions github-actions released this 12 Jun 21:13

Nuget Release für Porticle.Grpc.TypeMapper v1.13.

Release v1.12

Choose a tag to compare

@github-actions github-actions released this 27 Mar 17:52

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

Choose a tag to compare

@github-actions github-actions released this 14 Feb 23:19

Nuget Release für Porticle.Grpc.TypeMapper v1.10.0.

Release v1.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 08:13

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

Choose a tag to compare

@github-actions github-actions released this 05 Feb 00:13

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

Choose a tag to compare

@github-actions github-actions released this 17 Dec 23:45

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

Choose a tag to compare

@github-actions github-actions released this 05 Aug 06:49

Nuget Release für Porticle.Grpc.TypeMapper v1.5.0.

Release v1.4.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 22:41

Nuget Release für Porticle.Grpc.TypeMapper v1.4.1.

Changes Packet from CLI tool to an msbuild task.

Release v1.3.5

Choose a tag to compare

@github-actions github-actions released this 28 Jul 22:44

Nuget Release für Porticle.Grpc.TypeMapper v1.3.5.

  • Remove verbose Logging Output