-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main #147
Conversation
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
* Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps * Version 10 impl (#136) * move some Windows FS stuff to base package, enhance normalization and make some methods available * remove unnecessary NET framework tests as those get run anyway on windows ci * update action deps * move some files * update docs * update version * remove unused dependency * remove more deps * Main into develop (#139) * Release version 9 (#135) * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Release v10 (#138) * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps * Version 10 impl (#136) * move some Windows FS stuff to base package, enhance normalization and make some methods available * remove unnecessary NET framework tests as those get run anyway on windows ci * update action deps * move some files * update docs * update version * remove unused dependency * remove more deps * fix merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add nullable annotation * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * use config provider * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * make download config immutable * fix not using io.abstractions * add test cases * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * add process elevation * ignore test * fix build from merge * update and move verification * to class * add CurrentProcessInfo * merge cpi and elevation * move namespace * don't move ns * added base pipelines implemntations * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps * Version 10 impl (#136) * move some Windows FS stuff to base package, enhance normalization and make some methods available * remove unnecessary NET framework tests as those get run anyway on windows ci * update action deps * move some files * update docs * update version * remove unused dependency * remove more deps * Main into develop (#139) * Release version 9 (#135) * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Release v10 (#138) * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps * Version 10 impl (#136) * move some Windows FS stuff to base package, enhance normalization and make some methods available * remove unnecessary NET framework tests as those get run anyway on windows ci * update action deps * move some files * update docs * update version * remove unused dependency * remove more deps * fix merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix rebase * add missing test from after rebase * Add support to throw on null or empty collections * implement IPath.AreEqual * update verison minor * update deps * registry.windows is obsolete. and moved to normal registry. * try fix test * remove test * remomve windows fs package * add registry awaiter * add wait for registry tests and move to files * Add reference comment * remove test warnings * update deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps * Version 10 impl (#136) * move some Windows FS stuff to base package, enhance normalization and make some methods available * remove unnecessary NET framework tests as those get run anyway on windows ci * update action deps * move some files * update docs * update version * remove unused dependency * remove more deps * Main into develop (#139) * Release version 9 (#135) * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Release v10 (#138) * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps * Version 10 impl (#136) * move some Windows FS stuff to base package, enhance normalization and make some methods available * remove unnecessary NET framework tests as those get run anyway on windows ci * update action deps * move some files * update docs * update version * remove unused dependency * remove more deps * fix merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add nullable annotation * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * use config provider * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * make download config immutable * fix not using io.abstractions * add test cases * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * add process elevation * ignore test * fix build from merge * update and move verification * to class * add CurrentProcessInfo * merge cpi and elevation * move namespace * don't move ns * added base pipelines implemntations * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps * Version 10 impl (#136) * move some Windows FS stuff to base package, enhance normalization and make some methods available * remove unnecessary NET framework tests as those get run anyway on windows ci * update action deps * move some files * update docs * update version * remove unused dependency * remove more deps * Main into develop (#139) * Release version 9 (#135) * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Release v10 (#138) * Update Build (#87) * adjust build props * rename namespace * remove versions form projects * enable logging * update deps 1 * use new test dl * update tests * change test * update deps 2 * update deps 3 * removed a couple of warnings * Versioning (#88) * add gitversion * nbgv and ci updates * add global json * test * add delay * update projects (#91) * update projects * remove url combine * update projects * Download manager update (#93) * remove net48 target * make dl fully async * start generic verification context * new verification * fix local files get disposed * disposing * make download config immutable * release 4.0 * fix not using io.abstractions * add test cases * Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#100) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump System.IO.Abstractions from 19.1.13 to 19.2.1 (#101) Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.1.13 to 19.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v19.1.13...v19.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update deps * New pipeline (#105) * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * rename and move * move ns * renames * add progress * rename * update progress * added tests * update ref * use .net 7 sdk * use preview * import parent * add test * update version * add process elevation * ignore test * use config provider * fix build from merge * update and move verification * update deps * to class * update deps * add CurrentProcessInfo * increase version * merge cpi and elevation * remove test * move namespace * don't move ns * fix logger * added base pipelines implemntations * update deps * Update dependencies (#133) * update deps * update to net 8.0 * Version 9.0 Impl (#134) * project udpates * start new file system package. * make fs static extensions * update filesystem stuff * remove vanara and udpate windows fs * some new lang features * first changes so that it works with 9.0 * update verification * fix linux ci restore * remove dependency * try other drive * custom progress for test * implement new hashing service * add docs * fix sha3 tests * seal some classes * make packable * add frugallist * some corrections and tests * fix some downloader beahvior and rename tests * fix linux tests (again...) * update deps * Version 10 impl (#136) * move some Windows FS stuff to base package, enhance normalization and make some methods available * remove unnecessary NET framework tests as those get run anyway on windows ci * update action deps * move some files * update docs * update version * remove unused dependency * remove more deps * fix merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix rebase * add missing test from after rebase * Add support to throw on null or empty collections * implement IPath.AreEqual * update verison minor * update deps * registry.windows is obsolete. and moved to normal registry. * try fix test * remove test * remomve windows fs package * add registry awaiter * add wait for registry tests and move to files * Add reference comment * remove test warnings * update deps * Some improvements (#145) * fix progress not correctly reported * update deps, make directory copier public and some other improvements * remove the blockingcollection * skip tests because of mock fs bug --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.