-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
feature: Add maui and use HttpClient #788
Conversation
Codecov Report
@@ Coverage Diff @@
## main #788 +/- ##
==========================================
+ Coverage 57.97% 58.15% +0.17%
==========================================
Files 58 59 +1
Lines 3367 3348 -19
==========================================
- Hits 1952 1947 -5
+ Misses 1415 1401 -14
Continue to review full report at Codecov.
|
[SuppressMessage("Design", "CA1065: Properties should not fire exceptions.", Justification = "Extreme non standard case.")] | ||
public static string ApplicationName | ||
{ | ||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these merge issues, or is GitHub UI bugged?
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Add the Maui targets, such as net6-android/ios/mac etc
Change the WebRequest over to using HttpClient. WebRequest has been deprecated. This includes now the ability to specify the type of fetch operation to retrieve.
Minor cleanups throughout the code.