Improve xml comments review 5th DRAFT #12148
Build Windows_arm64 Release failed
Annotations
azure-pipelines / dotnet-winforms CI (Build Windows_arm64 Release)
src\System.Windows.Forms\src\System\Windows\Forms\OLE\DataObjectExtensions.cs#L56
src\System.Windows.Forms\src\System\Windows\Forms\OLE\DataObjectExtensions.cs(56,24): error CS3021: (NETCORE_ENGINEERING_TELEMETRY=Build) 'DataObjectExtensions.TryGetData<T>(IDataObject, string, Func<TypeName, Type>, bool, out T)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Check failure on line 264 in src\System.Windows.Forms\src\System\Windows\Forms\OLE\DataObject.cs
azure-pipelines / dotnet-winforms CI (Build Windows_arm64 Release)
src\System.Windows.Forms\src\System\Windows\Forms\OLE\DataObject.cs#L264
src\System.Windows.Forms\src\System\Windows\Forms\OLE\DataObject.cs(264,17): error CS3021: (NETCORE_ENGINEERING_TELEMETRY=Build) 'DataObject.TryGetData<T>(string, Func<TypeName, Type>, bool, out T)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Check failure on line 297 in src\System.Windows.Forms\src\System\Windows\Forms\OLE\DataObject.cs
azure-pipelines / dotnet-winforms CI (Build Windows_arm64 Release)
src\System.Windows.Forms\src\System\Windows\Forms\OLE\DataObject.cs#L297
src\System.Windows.Forms\src\System\Windows\Forms\OLE\DataObject.cs(297,28): error CS3021: (NETCORE_ENGINEERING_TELEMETRY=Build) 'DataObject.TryGetDataCore<T>(string, Func<TypeName, Type>?, bool, out T)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
Check failure on line 359 in src\System.Windows.Forms\src\System\Windows\Forms\OLE\Clipboard.cs
azure-pipelines / dotnet-winforms CI (Build Windows_arm64 Release)
src\System.Windows.Forms\src\System\Windows\Forms\OLE\Clipboard.cs#L359
src\System.Windows.Forms\src\System\Windows\Forms\OLE\Clipboard.cs(359,24): error CS3021: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Clipboard.TryGetData<T>(string, Func<TypeName, Type>, out T)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute