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

Add ToImmutable* extension methods to System.Linq.Async #2164

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

Add release notes

e49c6b5
Select commit
Loading
Failed to load commit list.
Draft

Add ToImmutable* extension methods to System.Linq.Async #2164

Add release notes
e49c6b5
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Ix.NET-CI failed Aug 28, 2024 in 1m 57s

Build #6.1.0-preview.58+bcea791a84 failed

Annotations

Check failure on line 23 in Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableArray.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Ix.NET-CI

Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableArray.cs#L23

Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableArray.cs(23,33): Error CS0246: The type or namespace name 'ImmutableArray<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 26 in Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableDictionary.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Ix.NET-CI

Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableDictionary.cs#L26

Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableDictionary.cs(26,33): Error CS0246: The type or namespace name 'ImmutableDictionary<,>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableDictionary.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Ix.NET-CI

Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableDictionary.cs#L42

Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableDictionary.cs(42,33): Error CS0246: The type or namespace name 'ImmutableDictionary<,>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 57 in Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableDictionary.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Ix.NET-CI

Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableDictionary.cs#L57

Ix.NET/Source/System.Linq.Async/System/Collections/Immutable/Operators/ToImmutableDictionary.cs(57,33): Error CS0246: The type or namespace name 'ImmutableDictionary<,>' could not be found (are you missing a using directive or an assembly reference?)