dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 374 forks source link

Microsoft.DotNet.Interactive.Formatting binary data formatter #3489

Open Thorium opened 3 months ago

Thorium commented 3 months ago

Output view of binary formatting should have proper default view. I suggest the approach of this library that has very nice binary view what can be achieved less than 100 lines of code: https://github.com/ChrSteinert/ArrayPrinter