core
core copied to clipboard
WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#
Hello, In our project with are using `Pluralize.NET.Core` (backend) and `pluralize` (frontend). How can we create a `Proxy` in order to map the .NET API to the one from the...
Hello, Similarly to #1495 `JS.ImportDynamic`, I think `JS.ImportDynamic` should adapt the import path relatively to the output dir. Without that it means, that the user needs to configure their code...
Unpacking for SPA projects had to be changed with WS 9.1.4 to support web workers with script dependencies. Now all resources from project dependencies are unpacked, same as for Web...
Currently (WS9.1), for production-ready web projects, WebSharper skips generating one class per file outputs and instead creates prebundles to be processed by a JS bundler (like esbuild). These are placed...
Reproduce: * Run `./build CI-Release` * Modify and build a project from VS Seems like the `WS-Stop` target is somehow to blame, aggressively killing pipe will mess with its discoverability...