Configure CodeQL for C# analysis #1
Merged
Annotations
11 warnings
|
api/Dtos/Stock/FMPStock.cs#L19
Non-nullable property 'exchangeShortName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
api/Dtos/Stock/FMPStock.cs#L18
Non-nullable property 'exchange' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
api/Dtos/Stock/FMPStock.cs#L17
Non-nullable property 'cusip' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
api/Dtos/Stock/FMPStock.cs#L16
Non-nullable property 'isin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
api/Dtos/Stock/FMPStock.cs#L15
Non-nullable property 'cik' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
api/Dtos/Stock/FMPStock.cs#L14
Non-nullable property 'currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
api/Dtos/Stock/FMPStock.cs#L13
Non-nullable property 'companyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
api/Dtos/Stock/FMPStock.cs#L11
Non-nullable property 'range' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
api/Dtos/Stock/FMPStock.cs#L5
Non-nullable property 'symbol' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading