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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cr3wdayt5p opened this issue · comments

Is your feature request related to a problem? Please describe.
Azure DevOps treat .dib extension as binary (see #1583) – and they don't intend to change that (see #1583 (comment)).

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 #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").