Skip to content

Commit

Permalink
Add TODO note regarding protobuf-net and AOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed May 23, 2022
1 parent e2110a7 commit 09d3a61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/Client/ClientServerList.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import "protobuf-net/protogen.proto";
option csharp_namespace = "Vezel.Novadrop.Client";
option (.protobuf_net.fileopt).access = INTERNAL;

// TODO: protobuf-net is not currently AOT-friendly.

message ClientServerList
{
repeated ClientServerInfo servers = 1;
Expand Down

0 comments on commit 09d3a61

Please sign in to comment.