forked from dotnet-presentations/blazor-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Shared lib updated with Nullable context. Partially fixes issue dotnet-presentations#105. * Server updated with Nullable context. Partially fixes issue dotnet-presentations#105. * Razor projects updated with Nullable context. Partially fixes issue dotnet-presentations#105. * 01 updated with Nullable context, including instructions (md). Partially fixes issue dotnet-presentations#105. * Updated 02. Dependencies to use Nullable * Updated code to include nullable considerations. * Updated instructions to align with nullable. * Updated dependencies to use nullable context * Fixes issue dotnet-presentations#358 and Fixes issue dotnet-presentations#238 * Sync with previous lesson * Removed guard on GetUserId to allow workshop to flow without authorization. * Sync changes across lessons * Updated 03 with nullability context * Updated instructions with nullable code * Cleanup whitespace * Sync dependencies 04 with previous steps * Fixed: Starting point 04's server code was actually from a later step 06 or above. * Sync 04 client changes with previous steps * Updated client with nullable context enabled * Sync dependencies 05 with previous changes * Fixed step 05 controller is from step 06 * Sync with client with previous step * Updated 05 with nullable context enabled * Sync with previous steps * Updated 06 with nullable context enabled. * Synced dependencies with previous lesson * Sync client changes with previous step * Updated 07 with nullable context enabled * Synced dependencies with previous step * Synced client with previous lesson * Updated 08 with nullable conetext enabled * Sync with prevous lesson * Updated 09 with nullable context enabled * Updated src with nullable context enabled * Updated docs * Notification interop doesn't work with required. * Extra sln file * Fixed link that moved for getting started * Removed extra comments. * Clairified the message about EditorRequired. * Trimmed whitespace * Supressed nullable warning on change event * Added EditorRequired to step * Refactored GetUserId. This code was duplicated in multiple places. * Updated `!=` to `is not` null * Fixes: SignoutSessionStateManager obsolete warning. See: https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/7.0/wasm-app-authentication * Added Nullable to orderWithStatus * Updated Razor Class Library verbage, it was reminicent of .NET Core 3.0/3.1 * Changed `!=` to `is not null` * The app was updated to include a Minimal API implementation of NotificationsController. However the code in save-point/09 and instructions were not updated. This fixes the issue. * Pulling up some missed changes from the final exercise * Removed unused NavigationManager references * Updated code on Map component
- Loading branch information
1 parent
caaca4e
commit bb345a1
Showing
345 changed files
with
2,042 additions
and
1,802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.