aws-samples / aws-samples/bobs-used-bookstore-sample

Clean up build warnings

Open
#43 0 comments 0 reactions 1 assignee Claimed by @vedhait2004 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.