forked from DiscUtils/DiscUtils
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for Fixed VHDX Files, and some package Updates (#12)
* Added Experimental Support for .NET 9.0, Implemented InitializeFixedInternal for vhdx files. Added and turn on Tests for fixed VHDX files. TODO: double check to make 100% sure that the test coverage covers the new added feature properly. Tests as it stands all pass across all supported frameworks, additonal testing as required. * Changes to test library project file to allow newer versions of packages across supported framework builds * Removed .NET9.0 as target for build, this will be moved into it's own branch. Changed FileParametersFlags.Fixed to FileParametersFlags.LeaveBlockAllocated and also put small comments on the invidiual flags. All tests have been run, All pass across all frameworks(ran using 'dotnet test' command) * fixed issue with file not allocating correctly, turns out fileEnd was still set at 1MB, this has been set to capacity. Modified 2 tests as they try to allocate alomst 17GB of ram on a fixed disc, which then would fail. All tests are passing, across all frameworks.
- Loading branch information
1 parent
427f65b
commit 146943c
Showing
15 changed files
with
620 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.