Saving #31
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build:
EdgarFriend/Processors/UsGaapEntryPriorityComparer.cs#L20
Dereference of a possibly null reference.
|
build:
EdgarFriend/Util.cs#L22
Dereference of a possibly null reference.
|
build:
EdgarFriend/Util.cs#L23
Dereference of a possibly null reference.
|
build:
EdgarFriend/Converters/CompanyInfoConverter.cs#L50
Converting null literal or possible null value to non-nullable type.
|
build:
EdgarFriend/Converters/CompanyInfoConverter.cs#L59
Converting null literal or possible null value to non-nullable type.
|
build:
EdgarFriend/Converters/CompanyInfoConverter.cs#L69
Converting null literal or possible null value to non-nullable type.
|
build:
EdgarFriend/Converters/CompanyInfoConverter.cs#L77
Possible null reference assignment.
|
build:
EdgarFriend/Converters/CompanyInfoConverter.cs#L78
Possible null reference argument for parameter 'symbol' in 'SymbolMapping.SymbolMapping(string symbol, string cik)'.
|
build:
EdgarFriend/Converters/RootObjectConverter.cs#L65
Dereference of a possibly null reference.
|