alexreinert / ARSoft.Tools.Net

This project contains a complete managed .Net SPF validation, SenderID validation and a dns client and dns server implementation written in C#.
Apache License 2.0
166 stars 81 forks source link

Any possibilities to make DnsMessageBase.Encode() method public? #34

Open eyeless12 opened 6 months ago

eyeless12 commented 6 months ago

We use your DnsMessage with a self-written UdpListener, and we use DnsMessageBase.Encode() for serialization, which has to be made public. Is there a way to open this method so that we don't have to download the source code every time, change internal to public, and manually connect the dll to the solution, but just download the library from NuGet?