-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[release/5.0] Obsolete WebRequest, ServicePoint and WebClient #41526
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
Changes from all commits
19cfb8a
cb796a7
6b355f6
800a440
88a3699
c973d55
35e4b1f
a2acbc8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,7 @@ | |
| <TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks> | ||
| <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants> | ||
| <IgnoreForCI Condition="'$(TargetOS)' == 'Browser'">true</IgnoreForCI> | ||
| <NoWarn>$(NoWarn);SYSLIB0014</NoWarn> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: add a comment indicating what |
||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <Compile Include="AssemblyInfo.cs" /> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,9 +2,10 @@ | |
| <PropertyGroup> | ||
| <IncludeRemoteExecutor>true</IncludeRemoteExecutor> | ||
| <TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks> | ||
| <NoWarn>$(NoWarn);SYSLIB0014</NoWarn> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: leave a comment here; same as above. |
||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <Compile Include="ServicePointManagerTest.cs" /> | ||
| <Compile Include="TlsSystemDefault.cs" /> | ||
| </ItemGroup> | ||
| </Project> | ||
| </Project> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,7 @@ | |
| <PropertyGroup> | ||
| <TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks> | ||
| <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants> | ||
| <NoWarn>$(NoWarn);SYSLIB0014</NoWarn> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: leave a comment |
||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <Compile Include="AssemblyInfo.cs" /> | ||
|
|
||
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.
We just updated the
CodeBaseMessageto provide more context on the message. Please expand this message in a similar fashion. This will of course need to be updated throughout the ref assemblies as well.The need for this becomes more obvious when adding the the obsoletion to the list of obsoletions, which also needs to be done.