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 371 forks source link

Support alternative extensions for `.dib` files, e.g. `.dnb`, `.idnb`, `.pnb`, `.pgnb` #3559

Open cr3wdayt5p opened 1 month ago

cr3wdayt5p commented 1 month ago

Is your feature request related to a problem? Please describe. Azure DevOps treat .dib extension as binary (see https://github.com/dotnet/interactive/issues/1583) – and they don't intend to change that (see https://github.com/dotnet/interactive/issues/1583#issuecomment-1761511119).

Describe the solution you'd like By simply supporting alternative file extensions for .dib files then users of Azure DevOps can easily work around the "issue" with Azure DevOps. This could be as simple as supporting .dib2 – but https://github.com/dotnet/interactive/issues/1583 list other suggestions: .dnb, .idnb, .pnb, .pgnb

Describe alternatives you've considered None, the Azure DevOps team don't want to change their product (.dib is a reserved extension for "device independent bitmap").