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

Turn on nullable reference types #20

Open
20 tasks
adityamandaleeka opened this issue Nov 1, 2023 · 1 comment
Open
20 tasks

Turn on nullable reference types #20

adityamandaleeka opened this issue Nov 1, 2023 · 1 comment
Milestone

Comments

@adityamandaleeka
Copy link
Member

adityamandaleeka commented Nov 1, 2023

  • Basket.API
  • Catalog.API
  • ClientApp
  • EventBus
  • EventBusRabbitMQ
  • HybridApp
  • Identity.API
  • IntegrationEventLogEF
  • Ordering.API
  • Ordering.BackgroundTasks
  • Ordering.Domain
  • Ordering.Infrastructure
  • Payment.API
  • Shared
  • WebApp
  • WebAppComponents
  • WebClient
  • Webhooks.API
  • eShop.AppHost
  • eShop.ServiceDefaults
@adityamandaleeka adityamandaleeka added this to the Go Live milestone Nov 1, 2023
@adityamandaleeka
Copy link
Member Author

From @bricelam:

I'm adding [Required] to the EF model types to make this work easier. They can be removed once NRTs are enabled.

To state the obvious: Reference-typed properties with [Required] are not nullable. Reference-typed properties without it are nullable--add a ?.

@adityamandaleeka adityamandaleeka modified the milestones: Go Live, Backlog Nov 9, 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