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

fix param nullability in IsAssemblyReferenced #4582

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Merge branch 'main' into fix-param-nullability-in-IsAssemblyReferenced

2fad37f
Select commit
Loading
Failed to load commit list.
Open

fix param nullability in IsAssemblyReferenced #4582

Merge branch 'main' into fix-param-nullability-in-IsAssemblyReferenced
2fad37f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.testfx failed Jan 9, 2025 in 15m 10s

Build #20250109.59 failed

Annotations

Check failure on line 82 in src/Adapter/MSTestAdapter.PlatformServices/Services/TestSource.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx

src/Adapter/MSTestAdapter.PlatformServices/Services/TestSource.cs#L82

src/Adapter/MSTestAdapter.PlatformServices/Services/TestSource.cs(82,17): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSource.IsAssemblyReferenced(System.Reflection.AssemblyName? assemblyName, string? source) -> bool' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx

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

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt(115,1): error RS0017: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSource.IsAssemblyReferenced(System.Reflection.AssemblyName! assemblyName, string! source) -> bool' 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 82 in src/Adapter/MSTestAdapter.PlatformServices/Services/TestSource.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx

src/Adapter/MSTestAdapter.PlatformServices/Services/TestSource.cs#L82

src/Adapter/MSTestAdapter.PlatformServices/Services/TestSource.cs(82,17): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSource.IsAssemblyReferenced(System.Reflection.AssemblyName? assemblyName, string? source) -> bool' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx

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

src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/PublicAPI.Shipped.txt(115,1): error RS0017: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSource.IsAssemblyReferenced(System.Reflection.AssemblyName! assemblyName, string! source) -> bool' 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)