Skip to content

containerization of react app #33

containerization of react app

containerization of react app #33

Triggered via pull request July 17, 2024 20:01
@roro89roro89
synchronize #10
features/cicd
Status Success
Total duration 1m 17s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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: 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/Dtos/Stock/FMPStock.cs#L10
Non-nullable property 'symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Dtos/Stock/FMPStock.cs#L16
Non-nullable property 'range' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Dtos/Stock/FMPStock.cs#L18
Non-nullable property 'companyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Dtos/Stock/FMPStock.cs#L19
Non-nullable property 'currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Dtos/Stock/FMPStock.cs#L20
Non-nullable property 'cik' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Dtos/Stock/FMPStock.cs#L21
Non-nullable property 'isin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.