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

.NET 8.0, Added Functionality #20

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

JackMBurch
Copy link

@JackMBurch JackMBurch commented Dec 19, 2023

This PR:

  • Adds support for using external data sources to store previous requests and prevent sending duplicate requests by checking said data source.
  • Updates to .NET 8.0 and adopts new syntax and nullable types.
  • Moves the Sandbox/Production determination from constants to environment variables.
  • Adds support for a custom apiclient.config location.
  • Updates Readme.md with explanation and example of added features.
  • Fixes issues with falsely detecting configuration file changes

@JackMBurch JackMBurch closed this Dec 27, 2023
@JackMBurch JackMBurch reopened this Dec 27, 2023
Authorization header corrected to "Bearer" instead of "Authorization"
…ation file has been changed by another program." errors.
Swapping from ConfigurationManager to XElement to avoid "The configur…
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.

1 participant