-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Handle unsupported browser warnings #43363
Conversation
src/libraries/Common/src/System/Net/Security/SslClientAuthenticationOptionsExtensions.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/HttpListener.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/HttpListenerResponse.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/Managed/ChunkStream.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpConnection.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpEndPointListener.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpListenerRequest.Managed.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpResponseStream.Managed.cs
Outdated
Show resolved
Hide resolved
...libraries/System.Net.HttpListener/src/System/Net/Managed/WebSockets/HttpWebSocket.Managed.cs
Outdated
Show resolved
Hide resolved
...s/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
Outdated
Show resolved
Hide resolved
src/libraries/Common/src/System/Net/Security/SslClientAuthenticationOptionsExtensions.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/HttpListener.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/ref/System.Net.HttpListener.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/HttpListener.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/HttpListenerResponse.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpConnection.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/Managed/HttpEndPointListener.cs
Outdated
Show resolved
Hide resolved
...aries/System.Security.Cryptography.Algorithms/ref/System.Security.Cryptography.Algorithms.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.ComponentModel.TypeConverter/src/System/ComponentModel/PropertyDescriptor.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.Counters.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.Counters.cs
Outdated
Show resolved
Hide resolved
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.
There are only a few #pragma warning disable
statements left that don't have issues applied to them: XmlDownloadManagerAsync
and Transaction
. Is it appropriate to file follow-up issues for those too?
src/libraries/System.Net.WebSockets.WebSocketProtocol/Directory.Build.props
Outdated
Show resolved
Hide resolved
src/libraries/System.Security.Permissions/Directory.Build.props
Outdated
Show resolved
Hide resolved
Those do not need an issue, safe to suppress scenarios, improved the suppression comments |
…scriptionProvider.CreateInstance and related updates
Hello @buyaa-n! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Fixes #42335
This PR will:
<SupportedPlatform Include="browser" />
for the browser targets so that we could see warning if it accesses and API unsupported on browser.The warnings found attached unsupported browser warnings.txt