refactor: fix dashboard for staff, fix status button for manager in w… #107
Annotations
10 warnings
build:
backend/Crawler/CrawlClasses.cs#L92
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Crawler/CrawlClasses.cs#L87
Non-nullable property 'liveDiamondData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Crawler/CrawlClasses.cs#L80
Non-nullable property 'diamondsReturned' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Crawler/CrawlClasses.cs#L81
Non-nullable property 'pageNo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Crawler/CrawlClasses.cs#L82
Non-nullable property 'diamond' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Crawler/WebDriverExtension.cs#L28
Possible null reference return.
|
build:
backend/Crawler/CrawlClasses.cs#L7
Non-nullable property 'diamond_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Crawler/CrawlClasses.cs#L8
Non-nullable property 'Appointment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Crawler/CrawlClasses.cs#L9
Non-nullable property 'QuickShip' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
backend/Crawler/CrawlClasses.cs#L11
Non-nullable property 'cert_num' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|