Git Product home page Git Product logo

discutils's People

Contributors

davmills avatar qmfrederik avatar szikra avatar zivillian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

discutils's Issues

Getting folders and files from bluray ISO occur NullReference exception

The bluray ISO content looks like

  • BDMV
  • ANY!

I tried to get them like


using (FileStream isoStream = File.Open("c:\p\test.iso", FileMode.Open))
      {
        CDReader cd = new CDReader(isoStream, true);
        var items = cd.GetDirectories("/").Concat(cd.GetFiles("/")).ToArray();
      }

But I got null reference exception.

I want to extract content from ISO file

Update the Discutils package on NuGet

The DiscUtils project, although still being used by many, is no longer being actively maintained in the original repositories:

We've been able to at least partially revamp some of the DiscUtils development in this repo, as well as the fork maintained by @LordMike. This includes making the code compatible with .NET Core and taking pull requests from the community.

This PR is to track us being able to have the DiscUtils NuGet packages updated.

Hence pinging @fearthecowboy and @coapp, who maintain the NuGet package, to see if there's a way we can collaborate and have an updated package on NuGet?

Strong name validation fails

Hi.

Thank you for Quamotion.DiscUtils.

When I run the following command:
sn -vf "Quamotion.DiscUtils.dll"

I get the following error:
Failed to verify assembly -- Strong name validation failed.

Quamotion.DiscUtils.1.0.3 NuGet package.

Thank you.

xfs v5 has issue

v5 ,can not read correctly.
and
v4, can browse file names , but can not open correctly.

hope to solve it

Unit Test seem to be broken

In PR #8 you asked for unit tests. I tried to execute the current tests, bad failed badly.

Can you explain how to run them, or what would be your preferred way to add tests?

Regards,
Bianco

Split DiscUtils into separate projects?

Great work on preparing this humongous library for .NET Core :)

Would it be an idea to follow the .NET Core conventions and separate the different parts into separate projects (assemblies and Nuget Packages)?

Ideally, I could Install-Package Quamotion.Discutils.Ntfs on my project, to get just the NTFS part - it would then reference core libraries as needed to provide just that.

I could help on splitting out the projects.

Split DiscUtils in multiple packages

@LordMike has done the rather impressive work of splitting DiscUtils in seperate packages.

This issues it to track whether we'd RI these changes into this repo, or attempt to handover the ownership of discutils to @LordMike.

Net, this issue serves as a continuation of the discussion on #9.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.