aws-samples / aws-samples/bobs-used-bookstore-sample
Clean up build warnings
Open
- Dominant language
- JavaScript
- Stars
- 122
- Forks
- 950
- PR merge metrics
- No merged PRs in 30d
Description
There are a number of build warnings that are thrown due to non-nullable types that are declared but not initialized, for example:
```
C:\git\bobs-used-bookstore-sample\app\Bookstore.Domain\Orders\OrderItem.cs(8,17): warning CS8618: Non-nullable property
'Order' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [C:\git\b
obs-used-bookstore-sample\app\Bookstore.Domain\Bookstore.Domain.csproj]
```
This is not a show stopper, but it is a bit sloppy and annoying.
Contributor guide
Assessment
This issue has not been assessed yet.