You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickstart solution targets net9.0, instructions say to use net8.0 when creating Shipping endpoint
When copying the Shipping program code, it inserted 2 newlines above and below
the code when pasting. Could have been a local issue related to browser and OS, but it felt worth mentioning
Default flag of implicit usings makes it seem like 2 of the using statements are redundant if you pay attention to the IDE
When adding the launch in VSCode, the launch.json got reformatted automatically. It created an invalid layout
VSCode instructions can be changed to just add Shipping to the list of items with a similar copy-paste as before
Trying to follow the "new message handler" instructions, it makes it seem like you can copy the values from steps 3 and 4 directly into the file and have it work. The final full outcome is not apparent from the steps due to the lack of information about which namespaces are needed.
Feedback for 'NServiceBus Quick Start: Extending the system' https://docs.particular.net/tutorials/quickstart/tutorial-extending-the-system
Location in GitHub: https://github.com/Particular/docs.particular.net/blob/master/tutorials/quickstart/tutorial-extending-the-system.md
net9.0, instructions say to usenet8.0when creatingShippingendpointShippingprogram code, it inserted 2 newlines above and belowthe code when pasting. Could have been a local issue related to browser and OS, but it felt worth mentioning
launch.jsongot reformatted automatically. It created an invalid layoutShippingto the list of items with a similar copy-paste as before