Replace obsolete *CryptoServiceProvider objects with Base create methods. Apply Array.Empty<> changes
This commit is contained in:
@@ -1864,7 +1864,7 @@ namespace OpenMetaverse
|
||||
}
|
||||
else
|
||||
{
|
||||
nameValues = new NameValue[0];
|
||||
nameValues = Array.Empty<NameValue>();
|
||||
}
|
||||
|
||||
#endregion NameValue parsing
|
||||
|
||||
Reference in New Issue
Block a user