Skip to content
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

Improve xml comments review 5th DRAFT #12148

Closed

Merge branch 'Shorten-long-inline-comments-Review-4th' into Improve-X…

5c7939c
Select commit
Loading
Failed to load commit list.
Closed

Improve xml comments review 5th DRAFT #12148

Merge branch 'Shorten-long-inline-comments-Review-4th' into Improve-X…
5c7939c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-winforms CI (Build Windows_arm64 Release) failed Jan 23, 2025 in 4m 9s

Build Windows_arm64 Release failed

Annotations

Check failure on line 56 in src\System.Windows.Forms\src\System\Windows\Forms\OLE\DataObjectExtensions.cs

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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