參考組件中的參數名稱已變更
部分參考組件參數名稱已改變,以與實作組件中的參數名稱相符。
變更描述
在舊版 .NET 中,有些參考組件參數名稱與其實作組件中對應的參數不同。 這個現象會在使用具名引數和反映時造成問題。
在 .NET 5 中,這些不相符的參數名稱在參考組件中獲得更新,可確實符合實作組件內對應的參數名稱。
下表顯示變更的 API 和參數名稱。
變更原因
參數名稱變更的原因是為了保持一致性,以及避免在使用具名引數和反映時失敗。
導入的版本
5.0
建議的動作
如果您因參數名稱改變而遭遇編譯器錯誤,請據此更新參數名稱。
受影響的 API
- System.CodeDom.Compiler.CodeGenerator.GenerateStatements(CodeStatementCollection)
- System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(Object)
- System.ComponentModel.RefreshPropertiesAttribute.Equals(Object)
- StackFrame(Boolean)
- StackFrame(Int32, Boolean)
- System.Drawing.Icon.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
- System.Drawing.Image.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
- System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginRead(Byte[], Int32, Int32, AsyncCallback, Object)
- System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginWrite(Byte[], Int32, Int32, AsyncCallback, Object)
- System.Net.IPAddress.Parse(ReadOnlySpan<Char>)
- System.Net.IPAddress.TryParse(ReadOnlySpan<Char>, IPAddress)
- System.Net.NetworkCredential.GetCredential(String, Int32, String)
- System.StringNormalizationExtensions.IsNormalized(String, NormalizationForm)
- System.StringNormalizationExtensions.IsNormalized(String)
- System.StringNormalizationExtensions.Normalize(String, NormalizationForm)
- System.StringNormalizationExtensions.Normalize(String)