Merge pull request #90 from bj-rn/feat/copy-paste #26
Annotations
11 warnings
|
build
Artifact is a directory:packages\. Directories can not be uploaded to a release.
|
|
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/AttributeHandlers/OptionalAttributeHandler.cs#L13
Dereference of a possibly null reference.
|
|
build:
VL.Avalonia.CodeGen/AttributeHandlers/OptionalAttributeHandler.cs#L13
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/IsEnabledHandler.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/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/AvaloniaReflectionGenerator.cs#L29
The variable 'ex' is declared but never used
|