Configure CodeQL for C# analysis #1
Merged
Annotations
11 warnings
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Restore dependencies
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Loading