dotnet-presentations / blazor-workshop

Blazor workshop
https://aka.ms/blazorworkshop
MIT License
3.49k stars 1.55k forks source link

Outcommented the required attributes above certain fields in Address.cs #352

Closed Gobbenobber closed 1 year ago

Gobbenobber commented 2 years ago

This outcomments required attributes above certain fields in Address.cs which otherwise results in an exception being thrown when following the guide from save-point 00, at save-point 02 (when clicking the order pizza button). See issue #339

jongalloway commented 2 years ago

CLA assistant check
All CLA requirements met.

Gobbenobber commented 2 years ago

I'll gladly just remove the required attribute itself for these three files, to avoid outcommented code. LMK if I need to change.

danroth27 commented 1 year ago

This should be addressed now by https://github.com/dotnet-presentations/blazor-workshop/pull/354

Gobbenobber commented 1 year ago

Okay............. I will delete the branch then. Thanks for the swift reply though. 😃👍