Update dotnet.yml #12
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
EdgarFriend/Processors/UsGaapEntryPriorityComparer.cs#L29
Dereference of a possibly null reference.
|
build:
EdgarFriend/MyDbContext.cs#L85
Dereference of a possibly null reference.
|
build:
EdgarFriend/Program.cs#L65
Converting null literal or possible null value to non-nullable type.
|
build:
EdgarFriend/Program.cs#L85
Dereference of a possibly null reference.
|
build:
EdgarFriend/Entities/FundamentalEntry.cs#L36
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
EdgarFriend/Entities/FundamentalEntry.cs#L38
Non-nullable property 'Cik' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
EdgarFriend/Entities/FundamentalEntry.cs#L39
Non-nullable property 'EntityName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
EdgarFriend/Entities/FundamentalEntry.cs#L41
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
EdgarFriend/Entities/FundamentalEntry.cs#L42
Non-nullable property 'Unit' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
EdgarFriend/Entities/FundamentalEntry.cs#L45
Non-nullable property 'Form' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|