Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ Target "Protobuf" <| fun _ ->
|> append (sprintf "-I=%s" (__SOURCE_DIRECTORY__ @@ "/src/protobuf/common") )
|> append (sprintf "--csharp_out=internal_access:%s" (__SOURCE_DIRECTORY__ @@ destinationPath))
|> append "--csharp_opt=file_extension=.g.cs"
|> append "--experimental_allow_proto3_optional"
|> append (__SOURCE_DIRECTORY__ @@ "/src/protobuf" @@ protoName)
|> toText

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="ClusterShardingMessages.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ClusterShardingMessages.proto
#pragma warning disable 1591, 0612, 3021
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="ClusterClientMessages.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ClusterClientMessages.proto
#pragma warning disable 1591, 0612, 3021
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="DistributedPubSubMessages.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DistributedPubSubMessages.proto
#pragma warning disable 1591, 0612, 3021
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="ReplicatedDataMessages.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ReplicatedDataMessages.proto
#pragma warning disable 1591, 0612, 3021
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="ReplicatorMessages.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ReplicatorMessages.proto
#pragma warning disable 1591, 0612, 3021
Expand All @@ -16,7 +9,7 @@
using scg = global::System.Collections.Generic;
namespace Akka.DistributedData.Serialization.Proto.Msg {

/// <summary>Holder for reflection information generated from replicatormessages.proto</summary>
/// <summary>Holder for reflection information generated from ReplicatorMessages.proto</summary>
internal static partial class ReplicatorMessagesReflection {

#region Descriptor
Expand All @@ -29,7 +22,7 @@ internal static partial class ReplicatorMessagesReflection {
static ReplicatorMessagesReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhyZXBsaWNhdG9ybWVzc2FnZXMucHJvdG8SLEFra2EuRGlzdHJpYnV0ZWRE",
"ChhSZXBsaWNhdG9yTWVzc2FnZXMucHJvdG8SLEFra2EuRGlzdHJpYnV0ZWRE",
"YXRhLlNlcmlhbGl6YXRpb24uUHJvdG8uTXNnIp0CCgNHZXQSRwoDa2V5GAEg",
"ASgLMjouQWtrYS5EaXN0cmlidXRlZERhdGEuU2VyaWFsaXphdGlvbi5Qcm90",
"by5Nc2cuT3RoZXJNZXNzYWdlEhMKC2NvbnNpc3RlbmN5GAIgASgREg8KB3Rp",
Expand Down
1,486 changes: 189 additions & 1,297 deletions src/core/Akka.Cluster/Serialization/Proto/ClusterMessages.g.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="Persistence.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Persistence.proto
#pragma warning disable 1591, 0612, 3021
Expand Down
7 changes: 0 additions & 7 deletions src/core/Akka.Remote.TestKit/Proto/TestConductorProtocol.g.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="TestConductorProtocol.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TestConductorProtocol.proto
#pragma warning disable 1591, 0612, 3021
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
//-----------------------------------------------------------------------
// <copyright file="ContainerFormats.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ContainerFormats.proto
#pragma warning disable 1591, 0612, 3021
#region Designer generated code

using Akka.Annotations;
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="SystemMessageFormats.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SystemMessageFormats.proto
#pragma warning disable 1591, 0612, 3021
Expand Down
7 changes: 0 additions & 7 deletions src/core/Akka.Remote/Serialization/Proto/WireFormats.g.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//-----------------------------------------------------------------------
// <copyright file="WireFormats.g.cs" company="Akka.NET Project">
// Copyright (C) 2009-2021 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2021 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----------------------------------------------------------------------

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: WireFormats.proto
#pragma warning disable 1591, 0612, 3021
Expand Down
Loading