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

Access single file or folder from IStorageFolder by name #17771

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

using correct JSImport path for getFile and getFolder

8121655
Select commit
Loading
Failed to load commit list.
Open

Access single file or folder from IStorageFolder by name #17771

using correct JSImport path for getFile and getFolder
8121655
Select commit
Loading
Failed to load commit list.
Azure Pipelines / AvaloniaUI.Avalonia (macOS) failed Dec 18, 2024 in 15m 2s

Annotations

Check failure on line 2573 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.Avalonia (macOS)

Build log #L2573

API compatibility errors between 'baseline/netstandard2.0/Avalonia.Base.dll' (left) and 'target/netstandard2.0/Avalonia.Base.dll' (right):

Check failure on line 2575 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.Avalonia (macOS)

Build log #L2575

CP0006: Cannot add interface member 'System.Threading.Tasks.Task<Avalonia.Platform.Storage.IStorageFolder?> Avalonia.Platform.Storage.IStorageFolder.GetFolderAsync(string)' to target/netstandard2.0/Avalonia.Base.dll because it does not exist on baseline/netstandard2.0/Avalonia.Base.dll

Check failure on line 2577 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.Avalonia (macOS)

Build log #L2577

CP0006: Cannot add interface member 'System.Threading.Tasks.Task<Avalonia.Platform.Storage.IStorageFile?> Avalonia.Platform.Storage.IStorageFolder.GetFileAsync(string)' to target/netstandard2.0/Avalonia.Base.dll because it does not exist on baseline/netstandard2.0/Avalonia.Base.dll

Check failure on line 2579 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.Avalonia (macOS)

Build log #L2579

API breaking changes found. If those are intentional, the APICompat suppression file can be updated by specifying the '--generate-suppression-file' parameter.

Check failure on line 2581 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.Avalonia (macOS)

Build log #L2581

Target "ValidateApiDiff" has thrown an exception