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

GetCustomAttributes cant return null #4046

Update PublicAPI.Unshipped.txt

6a40e12
Select commit
Loading
Failed to load commit list.
Closed

GetCustomAttributes cant return null #4046

Update PublicAPI.Unshipped.txt
6a40e12
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.testfx (Build Linux Debug) failed Nov 12, 2024 in 3m 33s

Build Linux Debug failed

Annotations

Check failure on line 30 in src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Debug)

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt#L30

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt(30,1): error RS0017: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetCustomAttributes(System.Reflection.MemberInfo! memberInfo, bool inherit) -> object![]?' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 31 in src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Debug)

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt#L31

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt(31,1): error RS0017: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetCustomAttributes(System.Reflection.MemberInfo! memberInfo, System.Type! type, bool inherit) -> object![]?' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 85 in src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Debug)

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt#L85

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt(85,1): error RS0017: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetCustomAttributes(System.Reflection.MemberInfo! memberInfo, bool inherit) -> object![]?' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 86 in src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Debug)

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt#L86

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt(86,1): error RS0017: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetCustomAttributes(System.Reflection.MemberInfo! memberInfo, System.Type! type, bool inherit) -> object![]?' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 19 in src/Adapter/MSTestAdapter.PlatformServices/Interfaces/IReflectionOperations.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Debug)

src/Adapter/MSTestAdapter.PlatformServices/Interfaces/IReflectionOperations.cs#L19

src/Adapter/MSTestAdapter.PlatformServices/Interfaces/IReflectionOperations.cs(19,14): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetCustomAttributes(System.Reflection.MemberInfo! memberInfo, bool inherit) -> object![]!' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)