Skip to content

Implement Activity linking from Renderer to Components

a7ca7c0
Select commit
Loading
Failed to load commit list.
Closed

[Blazor] Remove InternalsVisibleTo from Components to Components.Server #62085

Implement Activity linking from Renderer to Components
a7ca7c0
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci (Build Build: macOS arm64) failed May 23, 2025 in 15m 9s

Build Build: macOS arm64 failed

Annotations

Check failure on line 70 in src/Components/Server/src/Circuits/RemoteRenderer.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: macOS arm64)

src/Components/Server/src/Circuits/RemoteRenderer.cs#L70

src/Components/Server/src/Circuits/RemoteRenderer.cs(70,57): error CS0507: (NETCORE_ENGINEERING_TELEMETRY=Build) 'RemoteRenderer.Assets': cannot change access modifiers when overriding 'protected internal' inherited member 'Renderer.Assets'

Check failure on line 72 in src/Components/Server/src/Circuits/RemoteRenderer.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: macOS arm64)

src/Components/Server/src/Circuits/RemoteRenderer.cs#L72

src/Components/Server/src/Circuits/RemoteRenderer.cs(72,46): error CS0507: (NETCORE_ENGINEERING_TELEMETRY=Build) 'RemoteRenderer.RendererInfo': cannot change access modifiers when overriding 'protected internal' inherited member 'Renderer.RendererInfo'

Check failure on line 74 in src/Components/Server/src/Circuits/RemoteRenderer.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: macOS arm64)

src/Components/Server/src/Circuits/RemoteRenderer.cs#L74

src/Components/Server/src/Circuits/RemoteRenderer.cs(74,55): error CS0507: (NETCORE_ENGINEERING_TELEMETRY=Build) 'RemoteRenderer.GetComponentRenderMode(IComponent)': cannot change access modifiers when overriding 'protected internal' inherited member 'Renderer.GetComponentRenderMode(IComponent)'

Check failure on line 316 in src/Components/Server/src/Circuits/RemoteRenderer.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: macOS arm64)

src/Components/Server/src/Circuits/RemoteRenderer.cs#L316

src/Components/Server/src/Circuits/RemoteRenderer.cs(316,44): error CS0507: (NETCORE_ENGINEERING_TELEMETRY=Build) 'RemoteRenderer.ResolveComponentForRenderMode(Type, int?, IComponentActivator, IComponentRenderMode)': cannot change access modifiers when overriding 'protected internal' inherited member 'Renderer.ResolveComponentForRenderMode(Type, int?, IComponentActivator, IComponentRenderMode)'