Skip to content

Update to Avalonia@fddb07e4 (Jun 30 2023) #166

Update to Avalonia@fddb07e4 (Jun 30 2023)

Update to Avalonia@fddb07e4 (Jun 30 2023) #166

Triggered via push July 12, 2023 18:34
Status Failure
Total duration 1m 30s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 30 warnings
build (ubuntu-20.04): samples/Demo/Program.cs#L78
'IFramebufferPlatformSurface' does not contain a definition for 'Lock' and no accessible extension method 'Lock' accepting a first argument of type 'IFramebufferPlatformSurface' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-20.04): samples/Demo/Program.cs#L78
'IFramebufferPlatformSurface' does not contain a definition for 'Lock' and no accessible extension method 'Lock' accepting a first argument of type 'IFramebufferPlatformSurface' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-20.04)
Process completed with exit code 1.
build (macos-latest): samples/Demo/Program.cs#L78
'IFramebufferPlatformSurface' does not contain a definition for 'Lock' and no accessible extension method 'Lock' accepting a first argument of type 'IFramebufferPlatformSurface' could be found (are you missing a using directive or an assembly reference?)
build (macos-latest): samples/Demo/Program.cs#L78
'IFramebufferPlatformSurface' does not contain a definition for 'Lock' and no accessible extension method 'Lock' accepting a first argument of type 'IFramebufferPlatformSurface' could be found (are you missing a using directive or an assembly reference?)
build (macos-latest)
Process completed with exit code 1.
build (windows-latest): samples/Demo/Program.cs#L78
'IFramebufferPlatformSurface' does not contain a definition for 'Lock' and no accessible extension method 'Lock' accepting a first argument of type 'IFramebufferPlatformSurface' could be found (are you missing a using directive or an assembly reference?)
build (windows-latest): samples/Demo/Program.cs#L78
'IFramebufferPlatformSurface' does not contain a definition for 'Lock' and no accessible extension method 'Lock' accepting a first argument of type 'IFramebufferPlatformSurface' could be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
Process completed with exit code 1.
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/AvaloniaNativePlatform.cs#L13
The using directive for 'Modern.WindowKit.MicroCom' appeared previously in this namespace
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/CallbackBase.cs#L6
The using directive for 'Modern.WindowKit.MicroCom' appeared previously in this namespace
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/ClipboardImpl.cs#L31
Nullability of reference types in return type of 'Task<string> ClipboardImpl.GetTextAsync()' doesn't match implicitly implemented member 'Task<string?> IClipboard.GetTextAsync()'.
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/ClipboardImpl.cs#L37
Nullability of reference types in type of parameter 'text' of 'Task ClipboardImpl.SetTextAsync(string text)' doesn't match implicitly implemented member 'Task IClipboard.SetTextAsync(string? text)' (possibly because of nullability attributes).
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/ClipboardImpl.cs#L112
Nullability of reference types in return type of 'Task<object> ClipboardImpl.GetDataAsync(string format)' doesn't match implicitly implemented member 'Task<object?> IClipboard.GetDataAsync(string format)'.
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L476
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.PositionChanged.set' doesn't match implicitly implemented member 'void IWindowBaseImpl.PositionChanged.set' (possibly because of nullability attributes).
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L461
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Deactivated.set' doesn't match implicitly implemented member 'void IWindowBaseImpl.Deactivated.set' (possibly because of nullability attributes).
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L462
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Activated.set' doesn't match implicitly implemented member 'void IWindowBaseImpl.Activated.set' (possibly because of nullability attributes).
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L478
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Input.set' doesn't match implicitly implemented member 'void ITopLevelImpl.Input.set' (possibly because of nullability attributes).
build (ubuntu-20.04): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L184
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Paint.set' doesn't match implicitly implemented member 'void ITopLevelImpl.Paint.set' (possibly because of nullability attributes).
build (macos-latest): src/Modern.WindowKit/Avalonia.Mac/AvaloniaNativePlatform.cs#L13
The using directive for 'Modern.WindowKit.MicroCom' appeared previously in this namespace
build (macos-latest): src/Modern.WindowKit/Avalonia.Mac/CallbackBase.cs#L6
The using directive for 'Modern.WindowKit.MicroCom' appeared previously in this namespace
build (macos-latest): src/Modern.WindowKit/Avalonia.X11/X11Platform.cs#L353
Cannot convert null literal to non-nullable reference type.
build (macos-latest): src/Modern.WindowKit/Avalonia.Mac/ClipboardImpl.cs#L31
Nullability of reference types in return type of 'Task<string> ClipboardImpl.GetTextAsync()' doesn't match implicitly implemented member 'Task<string?> IClipboard.GetTextAsync()'.
build (macos-latest): src/Modern.WindowKit/Avalonia.Mac/ClipboardImpl.cs#L37
Nullability of reference types in type of parameter 'text' of 'Task ClipboardImpl.SetTextAsync(string text)' doesn't match implicitly implemented member 'Task IClipboard.SetTextAsync(string? text)' (possibly because of nullability attributes).
build (macos-latest): src/Modern.WindowKit/Avalonia.Mac/ClipboardImpl.cs#L112
Nullability of reference types in return type of 'Task<object> ClipboardImpl.GetDataAsync(string format)' doesn't match implicitly implemented member 'Task<object?> IClipboard.GetDataAsync(string format)'.
build (macos-latest): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L476
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.PositionChanged.set' doesn't match implicitly implemented member 'void IWindowBaseImpl.PositionChanged.set' (possibly because of nullability attributes).
build (macos-latest): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L461
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Deactivated.set' doesn't match implicitly implemented member 'void IWindowBaseImpl.Deactivated.set' (possibly because of nullability attributes).
build (macos-latest): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L462
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Activated.set' doesn't match implicitly implemented member 'void IWindowBaseImpl.Activated.set' (possibly because of nullability attributes).
build (macos-latest): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L478
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Input.set' doesn't match implicitly implemented member 'void ITopLevelImpl.Input.set' (possibly because of nullability attributes).
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/AvaloniaNativePlatform.cs#L13
The using directive for 'Modern.WindowKit.MicroCom' appeared previously in this namespace
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/CallbackBase.cs#L6
The using directive for 'Modern.WindowKit.MicroCom' appeared previously in this namespace
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/ClipboardImpl.cs#L31
Nullability of reference types in return type of 'Task<string> ClipboardImpl.GetTextAsync()' doesn't match implicitly implemented member 'Task<string?> IClipboard.GetTextAsync()'.
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/ClipboardImpl.cs#L37
Nullability of reference types in type of parameter 'text' of 'Task ClipboardImpl.SetTextAsync(string text)' doesn't match implicitly implemented member 'Task IClipboard.SetTextAsync(string? text)' (possibly because of nullability attributes).
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/ClipboardImpl.cs#L112
Nullability of reference types in return type of 'Task<object> ClipboardImpl.GetDataAsync(string format)' doesn't match implicitly implemented member 'Task<object?> IClipboard.GetDataAsync(string format)'.
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L476
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.PositionChanged.set' doesn't match implicitly implemented member 'void IWindowBaseImpl.PositionChanged.set' (possibly because of nullability attributes).
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L461
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Deactivated.set' doesn't match implicitly implemented member 'void IWindowBaseImpl.Deactivated.set' (possibly because of nullability attributes).
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L462
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Activated.set' doesn't match implicitly implemented member 'void IWindowBaseImpl.Activated.set' (possibly because of nullability attributes).
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L478
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Input.set' doesn't match implicitly implemented member 'void ITopLevelImpl.Input.set' (possibly because of nullability attributes).
build (windows-latest): src/Modern.WindowKit/Avalonia.Mac/WindowImplBase.cs#L184
Nullability of reference types in type of parameter 'value' of 'void WindowBaseImpl.Paint.set' doesn't match implicitly implemented member 'void ITopLevelImpl.Paint.set' (possibly because of nullability attributes).