Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up build warnings #43

Open
vedhait2004 opened this issue Jun 26, 2023 · 0 comments
Open

Clean up build warnings #43

vedhait2004 opened this issue Jun 26, 2023 · 0 comments
Assignees

Comments

@vedhait2004
Copy link
Contributor

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.

@vedhait2004 vedhait2004 self-assigned this Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant