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

Nullable #365

Merged
merged 53 commits into from
Nov 29, 2023
Merged

Nullable #365

merged 53 commits into from
Nov 29, 2023

Conversation

EdCharbeneau
Copy link
Contributor

This PR is to address the lack of Nullable context in the workshop. Fixes issue #105

Nullable context was enabled on all projects: Client, Server, Shared, Component Libs.

Nullable was used in an unopinionated way through the examples. Only the minimum required changes were made to the codebase to ensure the focus of the demo was Blazor and not "nullable patterns". EditorRequired was also added to some parameters to help enforce nullable concerns, although this isn't a bulletproof solution.

Some additional issues were resolved:
Fixes issue #358 , Fixes issue #238 (related)
Fixes issue #364
Fixes issue #344

@csharpfritz csharpfritz merged commit bb345a1 into dotnet-presentations:main Nov 29, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants