-
Notifications
You must be signed in to change notification settings - Fork 2
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
dependabot
wants to merge
25
commits into
dev
Choose a base branch
from
dependabot/nuget/SplitPdf.UnitTests/System.Net.Http-4.3.4
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump System.Net.Http from 4.3.0 to 4.3.4 in /SplitPdf.UnitTests #8
dependabot
wants to merge
25
commits into
dev
from
dependabot/nuget/SplitPdf.UnitTests/System.Net.Http-4.3.4
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
…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.
…ilable upgrades.
… 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.
…turnFalseForSameVersionNumber.
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
bot
added
the
dependencies
Pull requests that update a dependency file
label
Apr 21, 2021
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.
Bumps System.Net.Http from 4.3.0 to 4.3.4.
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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.