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 (Windows) failed Dec 18, 2024 in 27m 29s

Windows failed

Annotations

Check failure on line 2145 in Build log

See this annotation in the file changed.

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

Build log #L2145

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

Check failure on line 2147 in Build log

See this annotation in the file changed.

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

Build log #L2147

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 2149 in Build log

See this annotation in the file changed.

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

Build log #L2149

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 2151 in Build log

See this annotation in the file changed.

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

Build log #L2151

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 2153 in Build log

See this annotation in the file changed.

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

Build log #L2153

Target "ValidateApiDiff" has thrown an exception