Enable MockHttpRequestFactory in non Net Framework targets #3757
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.
Description
Currently
MockHttpRequestFactory
only works for .net framework, and since we eventually want to run tests in other targets, this PR enables MockHttpRequestFactory in non Net Framework targets.This doesn't support custom responses yet.
Currently
MockHttpRequestFactory
is only working on the .NET Framework. To support running tests on additional target frameworks, this PR extends support forMockHttpRequestFactory
to non-.NET Framework targets.Note: Custom response handling is not implemented yet .
Motivation and Context
Running tests for non Net Framework targets.
Testing
AWSSDK.Extensions
solution tests locally.DRY_RUN-7ee716c8-84d6-426c-a4fd-f058b3d959a8
.Screenshots (if appropriate)
Types of changes
Checklist
License