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

Lab 4 updates #33

Merged
merged 2 commits into from
May 5, 2024
Merged

Lab 4 updates #33

merged 2 commits into from
May 5, 2024

Conversation

jongalloway
Copy link
Contributor

This pull request mainly involves changes to the labs/4-Add-Shopping-Basket/README.md file. The changes are focused on improving the instructions for setting up a gRPC service project, implementing Redis storage logic, and updating the web site to provide a shopping basket feature. The changes include clarifications on where to create and modify files, corrections of typos, and additional instructions for using the .NET CLI.

Modifications to instructions:

  • README.md: Instructions for setting up a gRPC service project have been updated to include steps for using the .NET CLI. The instructions now specify where to create and modify files in the Basket.API project. Typos in the template options for creating a new project have been corrected.
  • README.md: Instructions for implementing Redis storage logic have been updated to specify where to create files in the Basket.API project. [1] [2]
  • README.md: Instructions for updating the web site have been updated to specify where to modify files in the WebApp project. [1] [2]

Code corrections and improvements:

  • README.md: A typo in the CustomerBasket class definition has been corrected.
  • README.md: The AddApplicationServices method in HostingExtensions.cs has been updated to register the RedisBasketStore class in the application's DI container.
  • README.md: The HostingExtensions.cs file has been updated to register the Basket.BasketClient gRPC client in the application's DI container and configure its Address property.

Other changes:

  • README.md: The webapp resource has been updated to reference the basket-api resource.

@jongalloway jongalloway merged commit 4aad752 into main May 5, 2024
3 checks passed
@jongalloway jongalloway deleted the lab-4-updates branch May 5, 2024 19:52
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.

1 participant