Skip to content

Fix/clean up solution: warnings & .NET 4.8#49

Open
timvandenhof wants to merge 37 commits intobuckaroo-it:masterfrom
timvandenhof:fix/clean-up-solution
Open

Fix/clean up solution: warnings & .NET 4.8#49
timvandenhof wants to merge 37 commits intobuckaroo-it:masterfrom
timvandenhof:fix/clean-up-solution

Conversation

@timvandenhof
Copy link
Copy Markdown

@timvandenhof timvandenhof commented Jul 22, 2021

  • Retarget test project to latest .NET Full Framework 4.8.
  • Fix warnings and code style messages.
  • Remove not available dependency references that are not used.
  • Added some XmlDoc.
  • Fixed a few files that have tabs and spaces mixed, causing issues in browsing source code on GitHub.
  • Breaking change: removed ResponseHandler.cs as it is obsolete for over 4 years now and not referenced.

Note: Was not able to run tests, see issue #48 .

…' can be converted to a method as its get accessor is never invoked.
…DataRequest' can be removed as the value assigned to it is never read
…can be removed as the value assigned to it is never read
…ion' can be removed as the value assigned to it is never read
…of a shipped public API ==> Marked obsolete, added new constructor
…t' can be converted to a method as its get accessor is never invoked.
…dInfo(TransactionRefundInfoBase)' is obsolete: 'Parameter transactionRefundInfoBase is no longer needed.'
Copy link
Copy Markdown
Collaborator

One cleanup item to address before merge: this PR still includes .vs/VSWorkspaceState.json even though it also adds .vs/** to .gitignore.

That file is editor-local state and will create machine-specific noise in the repo. I’d recommend removing it from the PR so the cleanup stays focused on intentional source changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants