Skip to content

Merge pull request #92 from bj-rn/fix/binding/intial-value-problem #28

Merge pull request #92 from bj-rn/fix/binding/intial-value-problem

Merge pull request #92 from bj-rn/fix/binding/intial-value-problem #28

Triggered via push February 2, 2026 10:47
Status Success
Total duration 2m 31s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Artifact is a directory:packages\. Directories can not be uploaded to a release.
build: VL.Avalonia.CodeGen/Forwards/RoutedEventGenerator.cs#L248
Argument of type '(IFieldSymbol field, INamedTypeSymbol? argsType)' cannot be used for parameter 'item' of type '(IFieldSymbol Field, INamedTypeSymbol ArgsType)' in 'void List<(IFieldSymbol Field, INamedTypeSymbol ArgsType)>.Add((IFieldSymbol Field, INamedTypeSymbol ArgsType) item)' due to differences in the nullability of reference types.
build: VL.Avalonia.CodeGen/Forwards/RoutedEventGenerator.cs#L208
Possible null reference argument for parameter 'obsoleteAttributeType' in 'void RoutedEventGenerator.VisitNamespace(INamespaceSymbol namespaceSymbol, INamedTypeSymbol routedEventGenericType, INamedTypeSymbol routedEventType, INamedTypeSymbol routedEventArgsType, INamedTypeSymbol obsoleteAttributeType, List<(IFieldSymbol Field, INamedTypeSymbol ArgsType)> results)'.
build: VL.Avalonia.CodeGen/AttributeHandlers/IsEnabledHandler.cs#L17
Dereference of a possibly null reference.
build: VL.Avalonia.CodeGen/AttributeHandlers/IsEnabledHandler.cs#L17
Dereference of a possibly null reference.
build: VL.Avalonia.CodeGen/AttributeHandlers/ChannelAttributeHandler.cs#L17
Dereference of a possibly null reference.
build: VL.Avalonia.CodeGen/AttributeHandlers/ChannelAttributeHandler.cs#L17
Dereference of a possibly null reference.
build: VL.Avalonia.CodeGen/Forwards/RoutedEventGenerator.cs#L80
Converting null literal or possible null value to non-nullable type.
build: VL.Avalonia.CodeGen/Forwards/RoutedEventGenerator.cs#L51
Possible null reference argument for parameter 'obsoleteAttributeType' in 'void RoutedEventGenerator.VisitNamespace(INamespaceSymbol namespaceSymbol, INamedTypeSymbol routedEventGenericType, INamedTypeSymbol routedEventType, INamedTypeSymbol routedEventArgsType, INamedTypeSymbol obsoleteAttributeType, List<(IFieldSymbol Field, INamedTypeSymbol ArgsType)> results)'.
build: VL.Avalonia.CodeGen/AvaloniaSourceGenerator.cs#L62
Possible null reference argument for parameter 'classSymbol' in 'void AvaloniaSourceGenerator.Execute(SourceProductionContext context, ClassDeclarationSyntax classDecl, SemanticModel semanticModel, ISymbol classSymbol)'.
build: VL.Avalonia.CodeGen/AvaloniaReflectionGenerator.cs#L29
The variable 'ex' is declared but never used