SuaveMusicStore icon indicating copy to clipboard operation
SuaveMusicStore copied to clipboard

Sample application written in Suave.IO

Results 6 SuaveMusicStore issues
Sort by recently updated
recently updated
newest added

Function nonEmptyCart, chapter "Cart view", is invisible in PDF. Lines 271 through 306. The box with the snippet seems to have been duplicated, because it appears twice in succession on...

This error happens on building the .fsproj project (branch **src_v2.0**) in VSCode using command: _dotnet build "{{filepath}}\SuaveMusicStore.fsproj"_ Not sure if it could help, but I noticed, that: - If change...

In the "Anonymous cart" chapter there's the following piece of code: ``` type CartDetails = DbContext.``public.cartdetailsEntity`` ``` However, I think it's an error and instead it should be: ``` type...

Hi Tomasz, First thing - the tutorial looks great. Thanks for creating it. Well done ! I've got a problem running it: I follow the instructions for creating a project...

In the section where we are ready to create a new album I am receiving this error ``` Could not load type 'Choice' from assembly 'Suave, Version=2.2.1.0, Culture=neutral, PublicKeyToken=null'. System.TypeLoadException:...

Hi! I have interest in learning Suave development from guide, but I haven't been able to get the v2.0 and v2.0_src branch working on Linux. For example, I cannot generate...