Add control cache support #733
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Dock.Avalonia/Controls/HostWindow.axaml.cs#L270
Cannot convert null literal to non-nullable reference type.
|
src/Dock.Avalonia/Controls/Recycling/ControlRecycling.cs#L13
The type 'object?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'object?' doesn't match 'notnull' constraint.
|
src/Dock.Avalonia/Controls/HostWindow.axaml.cs#L270
Cannot convert null literal to non-nullable reference type.
|
src/Dock.Avalonia/Controls/HostWindow.axaml.cs#L270
Cannot convert null literal to non-nullable reference type.
|
samples/Notepad/ViewModels/MainWindowViewModel.cs#L120
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
samples/Notepad/ViewModels/MainWindowViewModel.cs#L122
'FileDialogFilter' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
samples/Notepad/ViewModels/MainWindowViewModel.cs#L173
'SaveFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
samples/Notepad/ViewModels/MainWindowViewModel.cs#L175
'FileDialogFilter' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
samples/Notepad/ViewModels/MainWindowViewModel.cs#L220
'DataObjectExtensions.GetFileNames(IDataObject)' is obsolete: 'Use GetFiles, this method is supported only on desktop platforms.'
|
src/Dock.Avalonia/Controls/HostWindow.axaml.cs#L270
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading