core icon indicating copy to clipboard operation
core copied to clipboard

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#

Results 172 core issues
Sort by recently updated
recently updated
newest added

**After** ![image](https://github.com/user-attachments/assets/84e73573-12c2-4587-958f-8b6db5dec486) **After** ![image](https://github.com/user-attachments/assets/70bdded3-281c-4352-8ddc-b1bcfcbd3daa)

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.10 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...

dependencies

`dotnet build` when using dotnet 9 with WebSharper 6.1.7.476 on Linux does not work. `dotnet build` hangs at following WebSharper Task, never returns: `Task "WebSharperTask" /root/.nuget/packages/websharper.fsharp/6.1.7.476/build//../tools/net6.0/linux-x64/wsfsc.sh "@/tmp/tmp9lGRwi.tmp"` Downgrade to WebSharper...

Hello, I think there is a typo in https://websharper.com/wsconfig.schema.json. It is written `standAlone` and not `standalone` I could send a PR but I didn't find the schema in this repo

Hello, I have a project using WS 9.1.0.554 and it seems like `dotnet build` generate an output only if a file has changed or if I clean the `obj/bin` folders....

First, make Page and Json writing not require memory stream copying by writing asynchronously with Tasks. - [ ] Make `WebSharper.Core.Resources.HtmlTextWriter` asynchronous - [ ] Add an `WebSharper.Core.Json.WriteAsync` Some discussion...

I was digging to understand all configs well, here is a short overview of current project types (`project` setting in wsconfig.json): `web` - create runtime metadata `spa` - create runtime...

TypeScript output overall shape would follow current JavaScript output exactly (https://github.com/dotnet-websharper/core/blob/master/docs/WebSharper8Translation.md), except with extra annotations for typing, casts and coercions. So they can be perceived as a combination of 3...

Goal is to automate creating .dll bindings to JavaScript libraries based on their TypeScript definition files (or TS source code itself). There are no easy choices in automating, so the...

enhancement