Describe the bug
The JSON network requests that were added to the project don't completely work in a UWP project when they are constructed from a .NET Standard 2.0 library as the constructor used does not exist for UWP.
To reproduce in an app
Steps to reproduce the behavior:
- Add the MADE.App.Networking library to a UWP project and referenced .NET Standard 2.0 library.
- Create a class in the .NET Standard 2.0 library that initializes a GET JSON network request.
- Call the code from the class from a class in the UWP project
- Run the app
- When the code is executed, an exception is thrown because a constructor for the .NET Standard parameters does not exist for the UWP variant.
Expected behavior
The JSON network request should be constructed successfully and executed as expected.
** App (please complete the following information):**
- Platform: Windows
- Device: Surface Pro 4
- Platform version: Windows 10 April 2018 Update
- MADE version: 0.1.18171.1
Describe the bug
The JSON network requests that were added to the project don't completely work in a UWP project when they are constructed from a .NET Standard 2.0 library as the constructor used does not exist for UWP.
To reproduce in an app
Steps to reproduce the behavior:
Expected behavior
The JSON network request should be constructed successfully and executed as expected.
** App (please complete the following information):**