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

There seems to be some caching going on in the wsfscservice.exe Given two separate html projects, the first html project will compile fin and output the .html files. However, another...

bug

I was switching a parameter to a WebSharper Endpoint from being mapped in the path to being a GET parameter ([here](https://gitlab.com/myowndb/myowndb/-/commit/29275ce7e5384281fb1f10f92622a15431275baf)). That parameter has [this type](https://gitlab.com/myowndb/myowndb/-/blob/csv/webui/DatatableTypes.fs#L37-44): type TableType = |...

I'm trying to update some tools created with a fairly old version of WebSharper. The app is dependent on some external libraries published as NuGets with WebSharper built libraries. What...

question

Useful .NET 6 structs, add support for client-side use + remoting.

enhancement

Starting from any of the templates, adding the following to the code: ``` [] let testError = X ``` yields an error (as the inline JS is not valid), but...

wontfix

The use of `Date.getTime()` in the proxy meant that `DateTime` values weren't always represented as UTC. This fixes this discrepancy. It _might_ also fix remoting #636; I haven't yet tested...

`WebSharper.JavaScript.Interop.X` should be considered client-only, as are all methods that has only this as body and all WIG methods. (Recursive exploration of further client-only methods are probably not a good...

enhancement
websharper4

What is the ETA for webshaper with .net 6?

question

Pass in the string/int at the call site during compile time to JavaScript for arguments marked with: - [ ] `CallerArgumentExpressionAttribute` - [ ] test added - [ ] `CallerFilePathAttribute`...

enhancement