Fix nullable issues in AssemblyTreeModel #2062
Annotations
9 warnings
Build Installer (x64 and arm64, framework-dependent):
ILSpy.Installer/ILSpy.wxs#L4
Package/@InstallerVersion must be 500 or greater for an ARM or ARM64 package. The value will be changed to 500. You can omit the Package/@InstallerVersion value or specify a value of 500 or greater to eliminate this warning.
|
Publish x64/arm64 framework-dependent/self-contained:
ILSpy/TextView/DecompilerTextView.cs#L417
Possible null reference argument for parameter 'context' in 'MetadataFile? EntityReference.ResolveAssembly(AssemblyList context)'.
|
Publish x64/arm64 framework-dependent/self-contained:
ILSpy/TextView/DecompilerTextView.cs#L477
Dereference of a possibly null reference.
|
Publish x64/arm64 framework-dependent/self-contained:
ILSpy/TextView/DecompilerTextView.cs#L417
Possible null reference argument for parameter 'context' in 'MetadataFile? EntityReference.ResolveAssembly(AssemblyList context)'.
|
Publish x64/arm64 framework-dependent/self-contained:
ILSpy/TextView/DecompilerTextView.cs#L477
Dereference of a possibly null reference.
|
Publish x64/arm64 framework-dependent/self-contained:
ILSpy/TextView/DecompilerTextView.cs#L417
Possible null reference argument for parameter 'context' in 'MetadataFile? EntityReference.ResolveAssembly(AssemblyList context)'.
|
Publish x64/arm64 framework-dependent/self-contained:
ILSpy/TextView/DecompilerTextView.cs#L477
Dereference of a possibly null reference.
|
Publish x64/arm64 framework-dependent/self-contained:
ILSpy/TextView/DecompilerTextView.cs#L417
Possible null reference argument for parameter 'context' in 'MetadataFile? EntityReference.ResolveAssembly(AssemblyList context)'.
|
Publish x64/arm64 framework-dependent/self-contained:
ILSpy/TextView/DecompilerTextView.cs#L477
Dereference of a possibly null reference.
|
Loading