Skip to content
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

Bump System.Net.Http from 4.3.0 to 4.3.4 in /SplitPdf.UnitTests #8

Open
wants to merge 25 commits into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 21, 2021

Bumps System.Net.Http from 4.3.0 to 4.3.4.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Graham Downs and others added 25 commits February 25, 2019 15:56
…uget package reference, to fix error 'Cannot handle iref streams. The current implementation of PDFsharp cannot handle this PDF feature introduced with Acrobat 6.', and hopefully keep it up-to-date forever now.
… worry that the tab size of this project conflicts with the standard Visual Studio settings.
* #1 Create structure for ArgumentsInterpreter and tests.

* #1 Testing that passing null or an empty array to ProcessArguments throws an exception with a usage message.

* #1 Testing that passing one or more files to ProcessArguments populates the InputFiles list

* #1 Add clarification in README, that you need .NET 4.6.1 to run the unit tests.

* #1 Remove ability for ArgumentsInterpreter to check for missing files. That's really the responsibility of the Runner.

* #1 Testing that if -m is the only argument passed, you get an exception because there's nothing to merge.

* #1 Test merge criteria:

* If merge is specified, it must be the first argument
* If merge is specified, there must be at least three other arguments (two input files, and an output file)
* If merge is specified, the output file cannot be the same as any of the input files

* #1 One last NON-merge test: You can't pass duplicate file names to the arguments.

* Update NuGet packages for test framework.

* #1 Change program to rather use the ArgumentsInterpreter class instead of trying to interpret the args itself.
* #3 Move logic to check that there are at least two input files with merge from ArgumentInterpeter to ArgumentValidator.

* #3 Move PassDuplicateFileNamesWithoutMerge_Should_ThrowException logic from Interpreter to validator.

* #3 Create test Validate_PassZeroInputFiles_Should_ThrowException

* #3 Create test Validate_PassNullInputFiles_Should_ThrowException

* #3 Move PassingMergeWithSameOutputFileAsInputFile_Should_ThrowException logic from interpreter to validator.

* #3 Create test Validate_PassingNonExistentInputFile_Should_ThrowException

* #3 Create test Validate_PassingExistentMergeOutputFile_Should_ThrowException

* . #3 Create test Run_PassPdfFile1_Should_Create4Files

* . #3 Create test Run_PassPdfFile1AndPdfFile2_Should_Create8Files

* . #3 Create test Run_MergePdfFile1AndPdfFile2AndPdfFile3_Should_CreateOutputFile

* . #3 Change program to use the Runner to actually do the work.
… 14 days (#6)

* . #5 Create test GetLatestVersionInfo_Should_ReturnValidVersionInfo

* . #5 Create methods for UpgradeRequiredChecker to get and save the date the application last checked for upgrades (Can't think of a way to unit test those methods, though)

* . #5 Create test IsUpgradeRequired_Should_ReturnTrueForVersion1dot0dot0dot0

* . #5 Add a bunch more scenarios to make sure we've got the IsUpgradeRequired check working 100%

* . #5 Create test ProcessArguments_PassingUCWithAnythingElse_Should_ThrowException

* . #5 Create test ProcessArguments_PassOnlyUC_Should_SetIsUpgradeCheckRequested

* . #5 Create test ProcessArguments_PassOnlyUC_Should_StopInterpretingArguments

* . #5 Finalise upgrade checking.
…cker. Also, making the user press <ENTER> after an upgrade is found is impractical, because what if they're running it from an automated script?
…5 requirement, and provide info about automated upgrade checking.
There is no version of PDF Sharp which will support the encryption
algorithm used in a certain file. A human-readable message is
at least preferable to a crash.
Bumps System.Net.Http from 4.3.0 to 4.3.4.

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 21, 2021
@dependabot dependabot bot changed the base branch from master to dev November 18, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants