v0.0.4 #3
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Utility.cs#L233
Dereference of a possibly null reference.
|
Build:
src/Compiler/Compiler.cs#L67
Possible null reference argument for parameter 'path' in 'string Path.GetFullPath(string path)'.
|
Build:
src/Compiler/Compiler.cs#L109
Dereference of a possibly null reference.
|
Build:
src/Compiler/ProjectLoader.cs#L28
Nullability of reference types in value of type '(Project project, Compilation? compilation)' doesn't match target type '(Project project, Compilation compilation)'.
|
Build:
src/TypeSymbolExtensions.cs#L73
Possible null reference argument for parameter 'type' in 'bool TypeSymbolExtensions.Matches(ITypeSymbol symbol, Type type)'.
|
Build:
src/TypeSymbolExtensions.cs#L165
Possible null reference argument for parameter 'type' in 'bool TypeSymbolExtensions.Matches(ITypeSymbol symbol, Type type)'.
|
Build:
src/PropertyDelegateGenerator/ObservableObjectPropertyModifier.cs#L20
Possible null reference argument for parameter 'type' in 'bool FUITypeSymbolExtensions.IsObservableObject(ITypeSymbol type)'.
|
Build:
src/PropertyDelegateGenerator/ObservableObjectPropertyModifier.cs#L77
Possible null reference return.
|
Build:
src/PropertyDelegateGenerator/ObservableObjectPropertyModifier.cs#L82
Possible null reference return.
|
Build:
src/PropertyDelegateGenerator/ObservableObjectPropertyModifier.cs#L89
Possible null reference return.
|
Loading