containerization of react app #26
Annotations
20 warnings
build
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
build
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
build
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
build
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
build
Non-nullable property 'symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'range' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'companyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'cik' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'isin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
api/Services/TokenService.cs#L22
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
build:
api/Program.cs#L85
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
build:
api/Services/TokenService.cs#L28
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
build:
api/Services/TokenService.cs#L29
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
build:
api/Controllers/AccountController.cs#L42
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<AppUser>.CreateAsync(AppUser user, string password)'.
|
build:
api/Controllers/AccountController.cs#L51
Possible null reference assignment.
|
build:
api/Controllers/AccountController.cs#L52
Possible null reference assignment.
|
build:
api/Services/FMPService.cs#L31
Dereference of a possibly null reference.
|
build:
api/Services/FMPService.cs#L36
Possible null reference return.
|
build:
api/Services/FMPService.cs#L42
Possible null reference return.
|