You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the Encoding enumeration in the Encoding Providers (dotnet#37528)
* Support the Encoding enumeration in the Encoding Providers
* Fix build
* Fix netstandard build
* Address the feedback
* More Feedback
* More Feedback
/// Compare this <see cref="EncodingInfo"/> object to other object.
60
+
/// </summary>
61
+
/// <param name="value">The other object to compare with this object</param>
62
+
/// <returns>True if the value object is EncodingInfo object and has a codepage equals to this EncodingInfo object codepage. Otherwise, it returns False</returns>
<!-- DesignTimeBuild requires all the TargetFramework Derived Properties to not be present in the first property group. -->
9
9
<PropertyGroup>
10
10
<!-- copy the Windows-specific implementation to net461 folder so that restore without a RID works -->
11
-
<PackageTargetFrameworkCondition="$(TargetFramework.StartsWith('netstandard')) and '$(TargetsWindows)' == 'true'">netstandard2.0;net461</PackageTargetFramework>
11
+
<PackageTargetFrameworkCondition="$(TargetFramework.StartsWith('netstandard')) and '$(TargetsWindows)' == 'true'">netstandard2.0;net461</PackageTargetFramework>
0 commit comments