ZaneDubya / MP3Sharp

MP3 decoder in managed .NET code.
GNU Lesser General Public License v3.0
132 stars 46 forks source link

Port to NET Core #19

Open TrevorDArcyEvans opened 2 years ago

TrevorDArcyEvans commented 2 years ago
Drake53 commented 2 years ago

If you need access to internal properties for unit tests you could use [InternalsVisibleTo] instead of making the properties public.