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 146 core issues
Sort by recently updated
recently updated
newest added

Some build scenarios are not currently handled using `wsconfig.json` (we need new features) and some scenarios are handled incorrectly or in a confusing way (we need fixes.) An example for...

enhancement

After https://github.com/dotnet/fsharp/pull/9510 is merged, WebSharper's heuristics for trait call resolution can be removed and use information from the typed AST insted.

An MSBuild argument can run the `dotnet fsc.dll` instead of the `` and `` workaround.

enhancement

Clean up warnings compiling WebSharper 5.0

From a [discussion on Gitter](https://gitter.im/intellifactory/websharper?at=610e3ad6025d436054b8f8ca) it appears that the services made available through "WebSharper.AspNetCore.Services" don't include the scoped services because they are taken from the WebSharperOptions instance. This change fixes...

Create Sitelets library for general use routing+link rendering in ANC. WebSharper would reference this package, proxy the routing for shared server/client use as today.

See gitter thread at: https://gitter.im/intellifactory/websharper?at=6106a06172c37b6f4585c383 Workaround: use named record types for any method signatures that you intent to call from `client` instead. Issue must be something about the anonymous record...

bug

Create intermediate (generator) assembly as a dynamic assembly. Needs .NET 6 feature https://github.com/dotnet/runtime/pull/48072 so current experiment is going on a branch for revisiting later.

enhancement
websharper5

When W# outputs line numbers in the VS Code terminal, during compile errors, it is not possible to click on the file in the terminal, and go to the line...

Issue mentioned here: https://forums.websharper.com/topic/89712 Provide a way to make DownloadResources use redirected source, if it's an URL.